Uses of Class
org.conscrypt.ct.SignedCertificateTimestamp.Origin
-
Packages that use SignedCertificateTimestamp.Origin Package Description org.conscrypt.ct -
-
Uses of SignedCertificateTimestamp.Origin in org.conscrypt.ct
Fields in org.conscrypt.ct declared as SignedCertificateTimestamp.Origin Modifier and Type Field Description private SignedCertificateTimestamp.Origin
SignedCertificateTimestamp. origin
Methods in org.conscrypt.ct that return SignedCertificateTimestamp.Origin Modifier and Type Method Description SignedCertificateTimestamp.Origin
SignedCertificateTimestamp. getOrigin()
static SignedCertificateTimestamp.Origin
SignedCertificateTimestamp.Origin. valueOf(java.lang.String name)
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.Origin Modifier and Type Method Description static SignedCertificateTimestamp
SignedCertificateTimestamp. decode(byte[] input, SignedCertificateTimestamp.Origin origin)
Decode a TLS encoded SignedCertificateTimestamp structure.static SignedCertificateTimestamp
SignedCertificateTimestamp. decode(java.io.InputStream input, SignedCertificateTimestamp.Origin origin)
Decode a TLS encoded SignedCertificateTimestamp structure.private static java.util.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.Origin Constructor Description SignedCertificateTimestamp(SignedCertificateTimestamp.Version version, byte[] logId, long timestamp, byte[] extensions, DigitallySigned signature, SignedCertificateTimestamp.Origin origin)
-