Uses of Enum
org.conscrypt.ct.SignedCertificateTimestamp.Origin
Packages that use SignedCertificateTimestamp.Origin
-
Uses of SignedCertificateTimestamp.Origin in org.conscrypt.ct
Fields in org.conscrypt.ct declared as SignedCertificateTimestamp.OriginModifier and TypeFieldDescriptionprivate final SignedCertificateTimestamp.Origin
SignedCertificateTimestamp.origin
Methods in org.conscrypt.ct that return SignedCertificateTimestamp.OriginModifier and TypeMethodDescriptionSignedCertificateTimestamp.getOrigin()
Returns the enum constant of this type with the specified name.static SignedCertificateTimestamp.Origin[]
SignedCertificateTimestamp.Origin.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.conscrypt.ct with parameters of type SignedCertificateTimestamp.OriginModifier and TypeMethodDescriptionstatic SignedCertificateTimestamp
SignedCertificateTimestamp.decode
(byte[] input, SignedCertificateTimestamp.Origin origin) Decode a TLS encoded SignedCertificateTimestamp structure.static SignedCertificateTimestamp
SignedCertificateTimestamp.decode
(InputStream input, SignedCertificateTimestamp.Origin origin) Decode a TLS encoded SignedCertificateTimestamp structure.private static List
<SignedCertificateTimestamp> CTVerifier.getSCTsFromSCTList
(byte[] data, SignedCertificateTimestamp.Origin origin) Parse an encoded SignedCertificateTimestampList into a list of SignedCertificateTimestamp instances, as described by RFC6962.Constructors in org.conscrypt.ct with parameters of type SignedCertificateTimestamp.OriginModifierConstructorDescriptionSignedCertificateTimestamp
(SignedCertificateTimestamp.Version version, byte[] logId, long timestamp, byte[] extensions, DigitallySigned signature, SignedCertificateTimestamp.Origin origin)