org.bouncycastle.pkcs
Class DeltaCertificateRequestAttributeValue
java.lang.Object
|
+--org.bouncycastle.pkcs.DeltaCertificateRequestAttributeValue
- All Implemented Interfaces:
- org.bouncycastle.asn1.ASN1Encodable
- public class DeltaCertificateRequestAttributeValue
- extends java.lang.Object
- implements org.bouncycastle.asn1.ASN1Encodable
The delta certificate request attribute defined in: https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeltaCertificateRequestAttributeValue
public DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute)
getInstance
public static DeltaCertificateRequestAttributeValue getInstance(java.lang.Object o)
getSubject
public org.bouncycastle.asn1.x500.X500Name getSubject()
getSubjectPKInfo
public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getSubjectPKInfo()
getExtensions
public org.bouncycastle.asn1.x509.Extensions getExtensions()
getSignatureAlgorithm
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getSignatureAlgorithm()
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable