Class DeltaCertificateRequestAttribute

java.lang.Object
org.bouncycastle.pkcs.DeltaCertificateRequestAttribute

public class DeltaCertificateRequestAttribute extends Object
The delta certificate request attribute defined in: https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/
  • 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()