Uses of Class
org.conscrypt.ct.CertificateEntry.LogEntryType
-
Packages that use CertificateEntry.LogEntryType Package Description org.conscrypt.ct -
-
Uses of CertificateEntry.LogEntryType in org.conscrypt.ct
Methods in org.conscrypt.ct that return CertificateEntry.LogEntryType Modifier and Type Method Description CertificateEntry.LogEntryTypeCertificateEntry. getEntryType()static CertificateEntry.LogEntryTypeCertificateEntry.LogEntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateEntry.LogEntryType[]CertificateEntry.LogEntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-