Packages

c

scalut.security.cert

CertHelper

abstract class CertHelper extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CertHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CertHelper(providerName: String)
    Attributes
    protected

Abstract Value Members

  1. abstract def getPolicies(cert: X509Certificate, policiesPattern: Seq[String] = null): Seq[String]
  2. abstract def init(): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkPolicies(cert: X509Certificate, policies: Seq[String]): OpResult[Type, String]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def containsDn(what: String, where: String): Boolean
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def equalsDn(dn1: String, dn2: String): Boolean
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def loadCertFromFile(fileName: String): X509Certificate
  16. def loadCrlFromFile(fileName: String): X509CRL
  17. def loadPkcs12FromFile(fileName: String, password: String): Option[(PrivateKey, X509Certificate)]
  18. lazy val logger: Logger
    Attributes
    protected
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. val providerName: String
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def trace(message: ⇒ String): Unit
    Attributes
    protected
  26. 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]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. lazy val x509Factory: CertificateFactory
    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped