All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iaik.pkcs.PKCS7SignedAndEnvelopedData

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

public class PKCS7SignedAndEnvelopedData
extends Object
implements PKCS7Content
This class implements the PKCS#7 EnvelopedData type.


Constructor Index

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

Method Index

 o getContentType()
 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 PKCS7SignedAndEnvelopedData
 public PKCS7SignedAndEnvelopedData()
Default constructor. Creates an empty object.

 o PKCS7SignedAndEnvelopedData
 public PKCS7SignedAndEnvelopedData(ASN1Object obj)
Inits this implementation with an ASN1Object.

Methods

 o getContentType
 public ObjectID getContentType()
 o toASN1Object
 public ASN1Object toASN1Object()
 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