Uses of Class
org.conscrypt.ct.SignedCertificateTimestamp
Packages that use SignedCertificateTimestamp
-
Uses of SignedCertificateTimestamp in org.conscrypt.ct
Fields in org.conscrypt.ct declared as SignedCertificateTimestampMethods 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.Methods in org.conscrypt.ct with parameters of type SignedCertificateTimestampModifier and TypeMethodDescriptionCTLogInfo.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 SignedCertificateTimestampModifierConstructorDescriptionVerifiedSCT(SignedCertificateTimestamp sct, VerifiedSCT.Status status)