SignerInfo
Overview
SignerInfo is a class in Aspose.Pdf FOSS for Java.
Per-signer information within a PKCS#7 SignedData structure (RFC 2315 §9.2).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
serialNumber | BigInteger | Read | |
digestAlgorithmOID | String | Read | |
signatureAlgorithmOID | String | Read | |
encryptedDigest | byte[] | Read | |
issuerDER | byte[] | Read | |
authenticatedAttributes | Map<String, byte[]> | Read | |
authenticatedAttributesRaw | byte[] | Read | |
digestAlgorithm | String | Read | Returns the digest algorithm as JCA name. |
signingTime | Date | Read | Returns the signing time from authenticated attributes. |
messageDigest | byte[] | Read | Returns the message digest from authenticated attributes. |
Methods
| Signature | Description |
|---|---|
getSerialNumber() → BigInteger | |
getDigestAlgorithmOID() → String | |
getSignatureAlgorithmOID() → String | |
getEncryptedDigest() → byte[] | |
getIssuerDER() → byte[] | |
getAuthenticatedAttributes() → Map<String, byte[]> | |
getAuthenticatedAttributesRaw() → byte[] | |
getDigestAlgorithm() → String | Returns the digest algorithm as JCA name. |
getSigningTime() → Date | Returns the signing time from authenticated attributes. |
getMessageDigest() → byte[] | Returns the message digest from authenticated attributes. |