public final class SignerInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static ASN1Sequence |
ASN1 |
static ASN1Sequence |
ISSUER_AND_SERIAL_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeTypeAndValue> |
getAuthenticatedAttributes() |
String |
getDigestAlgorithm() |
String |
getDigestAlgorithmName() |
String |
getDigestEncryptionAlgorithm() |
String |
getDigestEncryptionAlgorithmName() |
byte[] |
getEncodedAuthenticatedAttributes()
Returns the non-IMPLICIT ASN.1 encoding of the "authAttrs" from this
SignerInfo.
|
byte[] |
getEncryptedDigest() |
X500Principal |
getIssuer() |
BigInteger |
getSerialNumber() |
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public static final ASN1Sequence ISSUER_AND_SERIAL_NUMBER
public static final ASN1Sequence ASN1
public X500Principal getIssuer()
public BigInteger getSerialNumber()
public String getDigestAlgorithm()
public String getDigestAlgorithmName()
public String getDigestEncryptionAlgorithm()
public String getDigestEncryptionAlgorithmName()
public List<AttributeTypeAndValue> getAuthenticatedAttributes()
public byte[] getEncodedAuthenticatedAttributes()
public byte[] getEncryptedDigest()
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.