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
Fields in org.conscrypt.ct declared as CertificateEntry.LogEntryType Modifier and Type Field Description private CertificateEntry.LogEntryType
CertificateEntry. entryType
Methods in org.conscrypt.ct that return CertificateEntry.LogEntryType Modifier and Type Method Description CertificateEntry.LogEntryType
CertificateEntry. getEntryType()
static CertificateEntry.LogEntryType
CertificateEntry.LogEntryType. valueOf(java.lang.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.Constructors in org.conscrypt.ct with parameters of type CertificateEntry.LogEntryType Constructor Description CertificateEntry(CertificateEntry.LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash)
-