jdk/src/share/classes/sun/security/ssl/SunX509KeyManagerImpl.java
changeset 21278 ef8a3a2a72f2
parent 14664 e71aa0962e70
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    34 
    34 
    35 import javax.security.auth.x500.X500Principal;
    35 import javax.security.auth.x500.X500Principal;
    36 
    36 
    37 
    37 
    38 /**
    38 /**
    39  * An implemention of X509KeyManager backed by a KeyStore.
    39  * An implementation of X509KeyManager backed by a KeyStore.
    40  *
    40  *
    41  * The backing KeyStore is inspected when this object is constructed.
    41  * The backing KeyStore is inspected when this object is constructed.
    42  * All key entries containing a PrivateKey and a non-empty chain of
    42  * All key entries containing a PrivateKey and a non-empty chain of
    43  * X509Certificate are then copied into an internal store. This means
    43  * X509Certificate are then copied into an internal store. This means
    44  * that subsequent modifications of the KeyStore have no effect on the
    44  * that subsequent modifications of the KeyStore have no effect on the