Uses of Enum
org.conscrypt.ct.CertificateEntry.LogEntryType
Packages that use CertificateEntry.LogEntryType
-
Uses of CertificateEntry.LogEntryType in org.conscrypt.ct
Fields in org.conscrypt.ct declared as CertificateEntry.LogEntryTypeModifier and TypeFieldDescriptionprivate final CertificateEntry.LogEntryType
CertificateEntry.entryType
Methods in org.conscrypt.ct that return CertificateEntry.LogEntryTypeModifier and TypeMethodDescriptionCertificateEntry.getEntryType()
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.LogEntryTypeModifierConstructorDescriptionprivate
CertificateEntry
(CertificateEntry.LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash)