Uses of Enum
org.conscrypt.ct.SignedCertificateTimestamp.Version
Packages that use SignedCertificateTimestamp.Version
-
Uses of SignedCertificateTimestamp.Version in org.conscrypt.ct
Fields in org.conscrypt.ct declared as SignedCertificateTimestamp.VersionModifier and TypeFieldDescriptionprivate final SignedCertificateTimestamp.VersionSignedCertificateTimestamp.versionMethods in org.conscrypt.ct that return SignedCertificateTimestamp.VersionModifier and TypeMethodDescriptionSignedCertificateTimestamp.getVersion()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.VersionModifierConstructorDescriptionSignedCertificateTimestamp(SignedCertificateTimestamp.Version version, byte[] logId, long timestamp, byte[] extensions, DigitallySigned signature, SignedCertificateTimestamp.Origin origin)