Uses of Class
org.conscrypt.ct.SignedCertificateTimestamp.Version
-
Packages that use SignedCertificateTimestamp.Version Package Description org.conscrypt.ct -
-
Uses of SignedCertificateTimestamp.Version in org.conscrypt.ct
Fields in org.conscrypt.ct declared as SignedCertificateTimestamp.Version Modifier and Type Field Description private SignedCertificateTimestamp.Version
SignedCertificateTimestamp. version
Methods in org.conscrypt.ct that return SignedCertificateTimestamp.Version Modifier and Type Method Description SignedCertificateTimestamp.Version
SignedCertificateTimestamp. getVersion()
static SignedCertificateTimestamp.Version
SignedCertificateTimestamp.Version. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SignedCertificateTimestamp.Version[]
SignedCertificateTimestamp.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.conscrypt.ct with parameters of type SignedCertificateTimestamp.Version Constructor Description SignedCertificateTimestamp(SignedCertificateTimestamp.Version version, byte[] logId, long timestamp, byte[] extensions, DigitallySigned signature, SignedCertificateTimestamp.Origin origin)
-