Uses of Class
org.bouncycastle.asn1.cms.SignerIdentifier
Packages that use SignerIdentifier
Package
Description
Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
-
Uses of SignerIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return SignerIdentifierModifier and TypeMethodDescriptionstatic SignerIdentifierSignerIdentifier.getInstance(Object o) Return a SignerIdentifier object from the given object.SignerInfo.getSID()Constructors in org.bouncycastle.asn1.cms with parameters of type SignerIdentifierModifierConstructorDescriptionSignerInfo(SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes) SignerInfo(SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, Attributes unauthenticatedAttributes)