Uses of Enum
org.conscrypt.ct.SignedCertificateTimestamp.Origin
Packages that use SignedCertificateTimestamp.Origin
-
Uses of SignedCertificateTimestamp.Origin in org.conscrypt.ct
Subclasses with type arguments of type SignedCertificateTimestamp.Origin in org.conscrypt.ctMethods 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 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.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)