org.bouncycastle.mime.MimeParserContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.saml.opensaml.integration Show documentation
Show all versions of com.liferay.saml.opensaml.integration Show documentation
Liferay SAML OpenSAML Integration
package org.bouncycastle.mime;
/**
* Base interface for a MIME parser context.
*/
public interface MimeParserContext
{
/**
* Return the default value for Content-Transfer-Encoding for data we are parsing.
*
* @return the default Content-Transfer-Encoding.
*/
String getDefaultContentTransferEncoding();
}