Uses of Class
org.bouncycastle.asn1.cms.SignerIdentifier
| Package | Description |
|---|---|
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.cms |
-
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(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) -
Uses of SignerIdentifier in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerIdentifier Modifier and Type Method Description SignerIdentifierSignerInfoGenerator. getSID()