public class SignerInfo
extends org.bouncycastle.asn1.ASN1Object
| Modifier and Type | Field and Description |
|---|---|
static org.bouncycastle.asn1.ASN1Integer |
VERSION_1 |
| Constructor and Description |
|---|
SignerInfo(org.bouncycastle.asn1.ASN1Sequence seq) |
SignerInfo(IssuerAndSerialNumber issuerAngSerialNumber,
org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier digestEncryptionAlgorithm,
org.bouncycastle.asn1.ASN1OctetString encryptedDigest) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1Set |
getAuthenticatedAttributes() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getDigestAlgorithm() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getDigestEncryptionAlgorithm() |
org.bouncycastle.asn1.ASN1OctetString |
getEncryptedDigest() |
static SignerInfo |
getInstance(Object o) |
IssuerAndSerialNumber |
getIssuerAngSerialNumber() |
org.bouncycastle.asn1.ASN1Set |
getUnauthenticatedAttributes() |
org.bouncycastle.asn1.ASN1Integer |
getVersion() |
SignerInfo |
setAuthenticatedAttributes(org.bouncycastle.asn1.ASN1Set authenticatedAttributes) |
SignerInfo |
setDigestAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm) |
SignerInfo |
setDigestEncryptionAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestEncryptionAlgorithm) |
SignerInfo |
setEncryptedDigest(org.bouncycastle.asn1.ASN1OctetString encryptedDigest) |
SignerInfo |
setIssuerAngSerialNumber(IssuerAndSerialNumber issuerAngSerialNumber) |
SignerInfo |
setUnauthenticatedAttributes(org.bouncycastle.asn1.ASN1Set unauthenticatedAttributes) |
SignerInfo |
setVersion(org.bouncycastle.asn1.ASN1Integer version) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public SignerInfo(IssuerAndSerialNumber issuerAngSerialNumber, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestEncryptionAlgorithm, org.bouncycastle.asn1.ASN1OctetString encryptedDigest)
public SignerInfo(org.bouncycastle.asn1.ASN1Sequence seq)
public static SignerInfo getInstance(Object o)
public org.bouncycastle.asn1.ASN1Integer getVersion()
public SignerInfo setVersion(org.bouncycastle.asn1.ASN1Integer version)
public IssuerAndSerialNumber getIssuerAngSerialNumber()
public SignerInfo setIssuerAngSerialNumber(IssuerAndSerialNumber issuerAngSerialNumber)
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithm()
public SignerInfo setDigestAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm)
public org.bouncycastle.asn1.ASN1Set getAuthenticatedAttributes()
public SignerInfo setAuthenticatedAttributes(org.bouncycastle.asn1.ASN1Set authenticatedAttributes)
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestEncryptionAlgorithm()
public SignerInfo setDigestEncryptionAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestEncryptionAlgorithm)
public org.bouncycastle.asn1.ASN1OctetString getEncryptedDigest()
public SignerInfo setEncryptedDigest(org.bouncycastle.asn1.ASN1OctetString encryptedDigest)
public org.bouncycastle.asn1.ASN1Set getUnauthenticatedAttributes()
public SignerInfo setUnauthenticatedAttributes(org.bouncycastle.asn1.ASN1Set unauthenticatedAttributes)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1ObjectCopyright © 2026. All rights reserved.