|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.security.auth.x500.X500PrivateCredential
public final class X500PrivateCredential
此類別表示一個 X500PrivateCredential
。它將 X.509 證書、相應的私鑰和用於參考 KeyStore 中的確切密鑰對的 KeyStore 別名聯繫在一起。這允許在主體中尋找 X.500 主體的私有證書。
建構子摘要 | |
---|---|
X500PrivateCredential(X509Certificate cert,
PrivateKey key)
創建將 X.509 證書、私鑰和 KeyStore 別名聯繫在一起的 X500PrivateCredential。 |
|
X500PrivateCredential(X509Certificate cert,
PrivateKey key,
String alias)
創建將 X.509 證書、私鑰和 KeyStore 別名聯繫在一起的 X500PrivateCredential。 |
方法摘要 | |
---|---|
void |
destroy()
清除對此物件中的 X.509 證書、私鑰和 KeyStore 別名的參考。 |
String |
getAlias()
返回 KeyStore 別名。 |
X509Certificate |
getCertificate()
返回 X.509 證書。 |
PrivateKey |
getPrivateKey()
返回 PrivateKey。 |
boolean |
isDestroyed()
確定是否已清除對此物件中的 X.509 證書、私鑰和 KeyStore 別名的參考。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public X500PrivateCredential(X509Certificate cert, PrivateKey key)
cert
- X509Certificatekey
- 證書的 PrivateKey
IllegalArgumentException
- 如果 cert
或 key
為 nullpublic X500PrivateCredential(X509Certificate cert, PrivateKey key, String alias)
cert
- X509Certificatekey
- 證書的 PrivateKeyalias
- KeyStore 別名
IllegalArgumentException
- 如果 cert
、key
或 alias
為 null方法詳細資訊 |
---|
public X509Certificate getCertificate()
public PrivateKey getPrivateKey()
public String getAlias()
public void destroy()
Destroyable
中的 destroy
public boolean isDestroyed()
Destroyable
中的 isDestroyed
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。