public class DeltaCertificateRequestAttribute
extends java.lang.Object
| Constructor and Description |
|---|
DeltaCertificateRequestAttribute(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() |
public DeltaCertificateRequestAttribute(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()