KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > auth > x500 > X500PrivateCredential

javax.security.auth.x500
Class X500PrivateCredential

java.lang.Object
  extended by javax.security.auth.x500.X500PrivateCredential
All Implemented Interfaces:
Destroyable
See Also:
Source Code

public void destroy()
See Also:
Destroyable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAlias()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public X509Certificate getCertificate()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrivateKey getPrivateKey()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isDestroyed()
See Also:
Destroyable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public X500PrivateCredential(X509Certificate cert,
                             PrivateKey key)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public X500PrivateCredential(X509Certificate cert,
                             PrivateKey key,
                             String alias)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags