Uses of Class
org.conscrypt.ct.SignedCertificateTimestamp
Packages that use SignedCertificateTimestamp
-
Uses of SignedCertificateTimestamp in org.conscrypt.ct
Methods in org.conscrypt.ct that return SignedCertificateTimestampModifier and TypeMethodDescriptionstatic SignedCertificateTimestampSignedCertificateTimestamp.decode(byte[] input, SignedCertificateTimestamp.Origin origin) Decode a TLS encoded SignedCertificateTimestamp structure.static SignedCertificateTimestampSignedCertificateTimestamp.decode(InputStream input, SignedCertificateTimestamp.Origin origin) Decode a TLS encoded SignedCertificateTimestamp structure.VerifiedSCT.getSct()Methods in org.conscrypt.ct with parameters of type SignedCertificateTimestampModifier and TypeMethodDescriptionLogInfo.verifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry entry) Verify the signature of a signed certificate timestamp for the given certificate entry against the log's public key.Constructors in org.conscrypt.ct with parameters of type SignedCertificateTimestamp