Package org.bouncycastle.pkcs
Class DeltaCertificateRequestAttributeValue
java.lang.Object
org.bouncycastle.pkcs.DeltaCertificateRequestAttributeValue
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
public class DeltaCertificateRequestAttributeValue
extends Object
implements org.bouncycastle.asn1.ASN1Encodable
The delta certificate request attribute defined in: https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/
-
Constructor Summary
ConstructorDescriptionDeltaCertificateRequestAttributeValue
(org.bouncycastle.asn1.pkcs.Attribute attribute) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.Extensions
org.bouncycastle.asn1.x509.AlgorithmIdentifier
org.bouncycastle.asn1.x500.X500Name
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
org.bouncycastle.asn1.ASN1Primitive
-
Constructor Details
-
DeltaCertificateRequestAttributeValue
public DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute)
-
-
Method Details
-
getInstance
-
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 interfaceorg.bouncycastle.asn1.ASN1Encodable
-