All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iaik.pkcs.PKCS7SignedData

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

public class PKCS7SignedData
extends Object
implements PKCS7Content
This class implements the PKCS#7 SignedData type.


Constructor Index

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

Method Index

 o getCertificates()
 o getContentInfo()
 o getContentType()
 o getCRLs()
 o getDigestAlgorithms()
 o getSignerInfos()
 o getVersion()
 o setCertificates(X509Certificate[])
 o setContentInfo(PKCS7ContentInfo)
 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 PKCS7SignedData
 public PKCS7SignedData()
Default constructor. Creates an empty object.

 o PKCS7SignedData
 public PKCS7SignedData(ASN1Object obj) throws CodingException, PKCSException
Inits this implementation with an ASN1Object.

Methods

 o getContentType
 public ObjectID getContentType()
 o toASN1Object
 public ASN1Object toASN1Object() throws PKCSException
 o getVersion
 public int getVersion()
 o getDigestAlgorithms
 public AlgorithmID[] getDigestAlgorithms()
 o getContentInfo
 public PKCS7ContentInfo getContentInfo()
 o setContentInfo
 public void setContentInfo(PKCS7ContentInfo contentInfo)
 o getCertificates
 public X509Certificate[] getCertificates()
 o setCertificates
 public void setCertificates(X509Certificate certificates[])
 o getCRLs
 public CRL[] getCRLs()
 o getSignerInfos
 public SignerInfo[] getSignerInfos()
 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