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

NameTypeAccessDescription
serialNumberBigIntegerRead
digestAlgorithmOIDStringRead
signatureAlgorithmOIDStringRead
encryptedDigestbyte[]Read
issuerDERbyte[]Read
authenticatedAttributesMap<String, byte[]>Read
authenticatedAttributesRawbyte[]Read
digestAlgorithmStringReadReturns the digest algorithm as JCA name.
signingTimeDateReadReturns the signing time from authenticated attributes.
messageDigestbyte[]ReadReturns the message digest from authenticated attributes.

Methods

SignatureDescription
getSerialNumber()BigInteger
getDigestAlgorithmOID()String
getSignatureAlgorithmOID()String
getEncryptedDigest()byte[]
getIssuerDER()byte[]
getAuthenticatedAttributes()Map<String, byte[]>
getAuthenticatedAttributesRaw()byte[]
getDigestAlgorithm()StringReturns the digest algorithm as JCA name.
getSigningTime()DateReturns the signing time from authenticated attributes.
getMessageDigest()byte[]Returns the message digest from authenticated attributes.

See Also