All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iaik.pkcs.PKCS7Data

java.lang.Object
   |
   +----iaik.pkcs.PKCS7Data

public class PKCS7Data
extends Object
implements PKCS7Content
This class implements the PKCS#7 ContentInfo type.


Constructor Index

 o PKCS7Data()
Default constructor.
 o PKCS7Data(ASN1Object)
Inits this implementation with an ASN1Object.

Method Index

 o getContentType()
 o getData()
 o toASN1Object()
 o toString()
Returns a string that represents the contents of the extensions.
 o toString(boolean)
Returns a string that represents the contents of the extensions.

Constructors

 o PKCS7Data
 public PKCS7Data()
Default constructor. Creates an empty object.

 o PKCS7Data
 public PKCS7Data(ASN1Object content)
Inits this implementation with an ASN1Object.

Methods

 o getContentType
 public ObjectID getContentType()
 o toASN1Object
 public ASN1Object toASN1Object()
 o getData
 public byte[] getData()
 o toString
 public String toString()
Returns a string that represents the contents of the extensions.

Returns:
the string representation
Overrides:
toString in class Object
 o toString
 public String toString(boolean detailed)
Returns a string that represents the contents of the extensions.

Returns:
the string representation

All Packages  Class Hierarchy  This Package  Previous  Next  Index