Uses of Class
org.bouncycastle.asn1.cms.SignerIdentifier
-
Packages that use SignerIdentifier Package Description org.bouncycastle.asn1.cms 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 SignerIdentifier Modifier and Type Method Description static SignerIdentifierSignerIdentifier. getInstance(java.lang.Object o)Return a SignerIdentifier object from the given object.SignerIdentifierSignerInfo. getSID()Constructors in org.bouncycastle.asn1.cms with parameters of type SignerIdentifier Constructor Description SignerInfo(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)
-