All Packages Class Hierarchy This Package Previous Next Index
Interface iaik.interfaces.PKCS7Content
- public interface PKCS7Content
The interface for a PKCS#7 content.
-
getContentType()
- Returns the type of content as an object identifier.
-
toASN1Object()
- Returns the content of this PKCS#7 type as an ASN1Object.
-
toString(boolean)
- Returns a string representation of this PKCS#7 content.
getContentType
public abstract ObjectID getContentType()
- Returns the type of content as an object identifier.
- Returns:
- the content type
toASN1Object
public abstract ASN1Object toASN1Object() throws PKCSException
- Returns the content of this PKCS#7 type as an ASN1Object.
- Returns:
- the content of this PKCS#7 type as an ASN1Object
- Throws: PKCSException
- if the ASN1Object could not be created
toString
public abstract String toString(boolean detailed)
- Returns a string representation of this PKCS#7 content.
- Parameters:
- detailed - whether or not to give detailed information about the certificate.
- Returns:
- the string representation
All Packages Class Hierarchy This Package Previous Next Index