Class 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 Detail

      • DeltaCertificateRequestAttributeValue

        public DeltaCertificateRequestAttributeValue​(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()
      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable