public class DeltaCertificateRequestAttributeValue
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
Constructor and Description |
---|
DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.x509.Extensions |
getExtensions() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getSignatureAlgorithm() |
org.bouncycastle.asn1.x500.X500Name |
getSubject() |
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getSubjectPKInfo() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute)
public org.bouncycastle.asn1.x500.X500Name getSubject()
public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getSubjectPKInfo()
public org.bouncycastle.asn1.x509.Extensions getExtensions()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getSignatureAlgorithm()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable