- java.lang.Object
-
- javax.security.auth.x500.X500PrivateCredential
-
- All Implemented Interfaces:
- Destroyable
public final class X500PrivateCredential extends Object implements Destroyable
This class represents an
X500PrivateCredential
. It associates an X.509 certificate, corresponding private key and the KeyStore alias used to reference that exact key pair in the KeyStore. This enables looking up the private credentials for an X.500 principal in a subject.
-
-
Constructor Summary
Constructors Constructor and Description X500PrivateCredential(X509Certificate cert, PrivateKey key)
Creates an X500PrivateCredential that associates an X.509 certificate, a private key and the KeyStore alias.X500PrivateCredential(X509Certificate cert, PrivateKey key, String alias)
Creates an X500PrivateCredential that associates an X.509 certificate, a private key and the KeyStore alias.
-
Method Summary
Methods Modifier and Type Method and Description void
destroy()
Clears the references to the X.509 certificate, private key and the KeyStore alias in this object.String
getAlias()
Returns the KeyStore alias.X509Certificate
getCertificate()
Returns the X.509 certificate.PrivateKey
getPrivateKey()
Returns the PrivateKey.boolean
isDestroyed()
Determines if the references to the X.509 certificate and private key in this object have been cleared.
-
-
-
Constructor Detail
-
X500PrivateCredential
public X500PrivateCredential(X509Certificate cert, PrivateKey key)
Creates an X500PrivateCredential that associates an X.509 certificate, a private key and the KeyStore alias.- Parameters:
cert
- X509Certificatekey
- PrivateKey for the certificate- Throws:
IllegalArgumentException
- if eithercert
orkey
is null
-
X500PrivateCredential
public X500PrivateCredential(X509Certificate cert, PrivateKey key, String alias)
Creates an X500PrivateCredential that associates an X.509 certificate, a private key and the KeyStore alias.- Parameters:
cert
- X509Certificatekey
- PrivateKey for the certificatealias
- KeyStore alias- Throws:
IllegalArgumentException
- if eithercert
,key
oralias
is null
-
-
Method Detail
-
getCertificate
public X509Certificate getCertificate()
Returns the X.509 certificate.- Returns:
- the X509Certificate
-
getPrivateKey
public PrivateKey getPrivateKey()
Returns the PrivateKey.- Returns:
- the PrivateKey
-
getAlias
public String getAlias()
Returns the KeyStore alias.- Returns:
- the KeyStore alias
-
destroy
public void destroy()
Clears the references to the X.509 certificate, private key and the KeyStore alias in this object.- Specified by:
destroy
in interfaceDestroyable
-
isDestroyed
public boolean isDestroyed()
Determines if the references to the X.509 certificate and private key in this object have been cleared.- Specified by:
isDestroyed
in interfaceDestroyable
- Returns:
- true if X509Certificate and the PrivateKey are null
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/security/auth/x500/X500PrivateCredential.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.