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.
-
PKCS7SignedAndEnvelopedData()
- Default constructor.
-
PKCS7SignedAndEnvelopedData(ASN1Object)
- Inits this implementation with an ASN1Object.
-
getContentType()
-
-
toASN1Object()
-
-
toString()
- Returns a string that represents the contents of the extensions.
-
toString(boolean)
- Returns a string that represents the contents of the extensions.
PKCS7SignedAndEnvelopedData
public PKCS7SignedAndEnvelopedData()
- Default constructor. Creates an empty object.
PKCS7SignedAndEnvelopedData
public PKCS7SignedAndEnvelopedData(ASN1Object obj)
- Inits this implementation with an ASN1Object.
getContentType
public ObjectID getContentType()
toASN1Object
public ASN1Object toASN1Object()
toString
public String toString()
- Returns a string that represents the contents of the extensions.
- Returns:
- the string representation
- Overrides:
- toString in class Object
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