Interface X509Identity

    • Method Detail

      • getCertificate

        java.security.cert.X509Certificate getCertificate()
        Get the certificate for this identity.
        Returns:
        An X.509 certificate.
      • getPrivateKey

        java.security.PrivateKey getPrivateKey()
        Get the private key for this identity.
        Returns:
        A private key.