Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.pkcs
Class DeltaCertificateRequestAttribute

java.lang.Object
  |
  +--org.bouncycastle.pkcs.DeltaCertificateRequestAttribute

public class DeltaCertificateRequestAttribute
extends java.lang.Object

The delta certificate request attribute defined in: https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/


Constructor Summary
DeltaCertificateRequestAttribute(org.bouncycastle.asn1.pkcs.Attribute attribute)
           
 
Method Summary
 org.bouncycastle.asn1.x509.Extensions getExtensions()
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getSignatureAlgorithm()
           
 org.bouncycastle.asn1.x500.X500Name getSubject()
           
 org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getSubjectPKInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaCertificateRequestAttribute

public DeltaCertificateRequestAttribute(org.bouncycastle.asn1.pkcs.Attribute attribute)
Method Detail

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()

Bouncy Castle Cryptography Library 1.77.0