All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iaik.pkcs.SignerInfo

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

public class SignerInfo
extends Object
implements ASN1Type
This class implements the PKCS#7 SignerInfo type.


Constructor Index

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

Method Index

 o decode(ASN1Object)
Inits this implementation with an ASN1Object.
 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 SignerInfo
 public SignerInfo()
Default constructor. Creates an empty object.

 o SignerInfo
 public SignerInfo(ASN1Object obj) throws CodingException
Inits this implementation with an ASN1Object.

Methods

 o decode
 public void decode(ASN1Object obj) throws CodingException
Inits this implementation with an ASN1Object.

 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