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 SignerIdentifier
SignerIdentifier. getInstance(Object o)
Return a SignerIdentifier object from the given object.SignerIdentifier
SignerInfo. getSID()
Constructors in org.bouncycastle.asn1.cms with parameters of type SignerIdentifier Constructor Description SignerInfo(SignerIdentifier sid, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgorithm, org.bouncycastle.asn1.ASN1Set authenticatedAttributes, org.bouncycastle.asn1.x509.AlgorithmIdentifier digEncryptionAlgorithm, org.bouncycastle.asn1.ASN1OctetString encryptedDigest, org.bouncycastle.asn1.ASN1Set unauthenticatedAttributes)
SignerInfo(SignerIdentifier sid, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, org.bouncycastle.asn1.x509.AlgorithmIdentifier digEncryptionAlgorithm, org.bouncycastle.asn1.ASN1OctetString encryptedDigest, Attributes unauthenticatedAttributes)
-