Uses of Class
org.conscrypt.ct.SignedCertificateTimestamp
-
Packages that use SignedCertificateTimestamp Package Description org.conscrypt.ct -
-
Uses of SignedCertificateTimestamp in org.conscrypt.ct
Fields in org.conscrypt.ct declared as SignedCertificateTimestamp Modifier and Type Field Description SignedCertificateTimestampVerifiedSCT. sctMethods in org.conscrypt.ct that return SignedCertificateTimestamp Modifier and Type Method Description static 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.Methods in org.conscrypt.ct with parameters of type SignedCertificateTimestamp Modifier and Type Method Description VerifiedSCT.StatusCTLogInfo. 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 Constructor Description VerifiedSCT(SignedCertificateTimestamp sct, VerifiedSCT.Status status)
-