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.
-
SignerInfo()
- Default constructor.
-
SignerInfo(ASN1Object)
- Inits this implementation with an ASN1Object.
-
decode(ASN1Object)
- Inits this implementation with an ASN1Object.
-
toASN1Object()
-
-
toString()
- Returns a string that represents the contents of the extensions.
-
toString(boolean)
- Returns a string that represents the contents of the extensions.
SignerInfo
public SignerInfo()
- Default constructor. Creates an empty object.
SignerInfo
public SignerInfo(ASN1Object obj) throws CodingException
- Inits this implementation with an ASN1Object.
decode
public void decode(ASN1Object obj) throws CodingException
- Inits this implementation with an ASN1Object.
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