Class 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/
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()