public class DeltaCertificateRequestAttributeValue
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
| Constructor and Description |
|---|
DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute)
Construct from an
Attribute whose first value is a DeltaCertificateRequest sequence. |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.Extensions |
getExtensions()
Return the extensions carried by the delta request, or
null if none are present. |
static DeltaCertificateRequestAttributeValue |
getInstance(java.lang.Object o)
Coerce an object into a DeltaCertificateRequestAttributeValue.
|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getSignatureAlgorithm()
Return the signature algorithm declared for the delta request's signature, or
null if the delta reuses the base request's signature algorithm. |
org.bouncycastle.asn1.x500.X500Name |
getSubject()
Return the subject distinguished name, or
null if the delta request reuses the
base request's subject. |
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getSubjectPKInfo()
Return the alternate SubjectPublicKeyInfo carried by the delta request.
|
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute)
Attribute whose first value is a DeltaCertificateRequest sequence.attribute - the carrier attribute taken from a PKCS#10 request.public static DeltaCertificateRequestAttributeValue getInstance(java.lang.Object o)
o - either an existing instance, an ASN.1 sequence, or null.null if o is null.public org.bouncycastle.asn1.x500.X500Name getSubject()
null if the delta request reuses the
base request's subject.public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getSubjectPKInfo()
public org.bouncycastle.asn1.x509.Extensions getExtensions()
null if none are present.public org.bouncycastle.asn1.x509.AlgorithmIdentifier getSignatureAlgorithm()
null if the delta reuses the base request's signature algorithm.public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable