All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface iaik.interfaces.PKCS7Content

public interface PKCS7Content
The interface for a PKCS#7 content.


Method Index

 o getContentType()
Returns the type of content as an object identifier.
 o toASN1Object()
Returns the content of this PKCS#7 type as an ASN1Object.
 o toString(boolean)
Returns a string representation of this PKCS#7 content.

Methods

 o getContentType
 public abstract ObjectID getContentType()
Returns the type of content as an object identifier.

Returns:
the content type
 o 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
 o 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