Java javax.security.auth.x500 X500PrivateCredential fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.x500 X500PrivateCredential fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.x500 X500PrivateCredential.

The text is from its open source code.

Constructor

X500PrivateCredential(X509Certificate cert, PrivateKey key, String alias)
Creates an X500PrivateCredential that associates an X.509 certificate, a private key and the KeyStore alias.

Method

StringgetAlias()
Returns the KeyStore alias.
X509CertificategetCertificate()
Returns the X.509 certificate.