Package org.bouncycastle.pkcs
Class DeltaCertificateRequestAttribute
java.lang.Object
org.bouncycastle.pkcs.DeltaCertificateRequestAttribute
The delta certificate request attribute defined in: https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaCertificateRequestAttribute
(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
-
Constructor Details
-
DeltaCertificateRequestAttribute
public DeltaCertificateRequestAttribute(org.bouncycastle.asn1.pkcs.Attribute attribute)
-
-
Method Details
-
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()
-