Bouncy Castle Cryptography Library 1.79

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
DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaCertificateRequestAttributeValue

public DeltaCertificateRequestAttributeValue(org.bouncycastle.asn1.pkcs.Attribute attribute)
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 interface org.bouncycastle.asn1.ASN1Encodable

Bouncy Castle Cryptography Library 1.79