Package 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/
-
-
Constructor Summary
Constructors Constructor Description DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.x509.Extensions
getExtensions()
static DeltaCertificateRequestAttributeValue
getInstance(java.lang.Object o)
org.bouncycastle.asn1.x509.AlgorithmIdentifier
getSignatureAlgorithm()
org.bouncycastle.asn1.x500.X500Name
getSubject()
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
getSubjectPKInfo()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Method Detail
-
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 interfaceorg.bouncycastle.asn1.ASN1Encodable
-
-