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.VersionSignedCertificateTimestamp. versionMethods in org.conscrypt.ct that return SignedCertificateTimestamp.Version Modifier and Type Method Description SignedCertificateTimestamp.VersionSignedCertificateTimestamp. getVersion()static SignedCertificateTimestamp.VersionSignedCertificateTimestamp.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)
-