Package org.bouncycastle.cert.c509


package org.bouncycastle.cert.c509
Holder and builder classes for C509 certificates and certification requests (draft-ietf-cose-cbor-encoded-cert-20), following the pattern of the X.509 classes in org.bouncycastle.cert. Signing and verification are done through operators; lightweight and JCA/JCE verifier providers are in the bc and jcajce sub-packages.
  • Classes
    Class
    Description
    Builder for natively signed C509 certificates (type 2, draft-ietf-cose-cbor-encoded-cert-20), mirroring the X.509 v3 certificate builder.
    Holding class for a C509 certificate (draft-ietf-cose-cbor-encoded-cert-20), mirroring X509CertificateHolder.
    Builder for natively signed C509 certification requests (type 2, Section 4 of draft-ietf-cose-cbor-encoded-cert-20).
    Holding class for a C509 certification request (Section 4 of draft-ietf-cose-cbor-encoded-cert-20), mirroring the PKCS#10 holding class.