Interface SSLUtil.KeyCertPair

  • Enclosing class:
    SSLUtil

    public static interface SSLUtil.KeyCertPair
    • Method Detail

      • getPrivateKey

        java.security.PrivateKey getPrivateKey()
      • getCertificate

        java.security.cert.X509Certificate getCertificate()