Uses of Class
com.codedx.security.CertificateAcceptance
-
Packages that use CertificateAcceptance Package Description com.codedx.security -
-
Uses of CertificateAcceptance in com.codedx.security
Methods in com.codedx.security that return CertificateAcceptance Modifier and Type Method Description CertificateAcceptanceFingerprintStrategy. checkAcceptance(Certificate genericCert, CertificateException certError)CertificateAcceptanceInvalidCertificateStrategy. checkAcceptance(Certificate cert, CertificateException certError)Determine what to do with a certificate (reject, accept temporarily, or accept permanently)static CertificateAcceptanceCertificateAcceptance. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateAcceptance[]CertificateAcceptance. values()Returns an array containing the constants of this enum type, in the order they are declared.
-