Package dev.sigstore.encryption.certificates.transparency
Classes used for SCT verification.
This code is originally from the Conscrypt project (https://github.com/google/conscrypt)
The code was forked to remove architecture native dependencies. Those code paths were reimplemented in Java (using bouncy castle primitives).
We also remove the code that deals with OSCP and TLS modes for SCTs certs because we don't care about or use those.
-
Interface Summary Interface Description CTLogStore -
Class Summary Class Description CertificateEntry CertificateEntry structure.CTConstants CTLogInfo Properties about a Certificate Transparency Log.CTVerificationResult CTVerifier DigitallySigned DigitallySigned structure, as defined by RFC5246 Section 4.7.Serialization SignedCertificateTimestamp SignedCertificateTimestamp structure, as defined by RFC6962 Section 3.2.VerifiedSCT Verification result for a single SCT. -
Exception Summary Exception Description SerializationException