Java org.bouncycastle.cms SignerInformation fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cms SignerInformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cms SignerInformation.

The text is from its open source code.

Method

byte[]getContentDigest()
return the content digest that was calculated during verification.
SignerInformationStoregetCounterSignatures()
Return a SignerInformationStore containing the counter signatures attached to this signer.
StringgetDigestAlgOID()
return the object identifier for the signature.
AlgorithmIdentifiergetDigestAlgorithmID()
byte[]getEncodedSignedAttributes()
return the DER encoding of the signed attributes.
StringgetEncryptionAlgOID()
return the object identifier for the signature.
byte[]getEncryptionAlgParams()
return the signature/encryption algorithm parameters, or null if there aren't any.
SignerIdgetSID()
byte[]getSignature()
return the encoded signature
AttributeTablegetSignedAttributes()
return a table of the signed attributes - indexed by the OID of the attribute.
AttributeTablegetUnsignedAttributes()
return a table of the unsigned attributes indexed by the OID of the attribute.
intgetVersion()
return the version number for this objects underlying SignerInfo structure.
SignerInformationreplaceUnsignedAttributes(SignerInformation signerInformation, AttributeTable unsignedAttributes)
Return a signer information object with the passed in unsigned attributes replacing the ones that are current associated with the object passed in.
SignerInfotoASN1Structure()
Return the underlying ASN.1 object defining this SignerInformation object.
booleanverify(SignerInformationVerifier verifier)
Verify that the given verifier can successfully verify the signature on this SignerInformation object.