object
JSSECertHelper extends CertHelper
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
checkPolicies(cert: X509Certificate, policies: Seq[String]): OpResult[Type, String]
-
def
clone(): AnyRef
-
def
containsDn(what: String, where: String): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
equalsDn(dn1: String, dn2: String): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getPolicies(cert: X509Certificate, policiesPattern: Seq[String]): Seq[String]
-
def
hashCode(): Int
-
def
init(): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
loadCertFromFile(fileName: String): X509Certificate
-
def
loadCrlFromFile(fileName: String): X509CRL
-
def
loadPkcs12FromFile(fileName: String, password: String): Option[(PrivateKey, X509Certificate)]
-
lazy val
logger: Logger
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
providerName: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
trace(message: ⇒ String): Unit
-
def
verifyCert(cert: X509Certificate, rootCert: X509Certificate, crl: CRL = null, policies: Seq[String] = null, verifyHandler: (X509Certificate) ⇒ OpResult[Type, String] = null, checkRootCertValidity: Boolean = true, checkCertRootCert: Boolean = true): OpResult[Type, String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
lazy val
x509Factory: CertificateFactory
Inherited from AnyRef
Inherited from Any