|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PkNewCertificate
This interface allows an End Entity to create a personal certificate with selected extensions signed by the specified signing certificate.
Method Summary | |
---|---|
X509Certificate[] |
getCertificateChain()
Extract the personal Certificate chain |
PrivateKey |
getKey()
Extract the private key for the personal certificate |
PublicKey |
getPublicKey()
Extract the public key |
String |
getSigAlg()
Extract the signature algorithm |
byte[] |
getSubjectKeyIdentifier()
Extract the subject public key identifier |
String |
getSubjectName()
Extract the subject name |
void |
setToKeyStore(String alias,
String password,
KeyStore ks)
Store this personal certificate in a keystore |
Method Detail |
---|
PrivateKey getKey()
X509Certificate[] getCertificateChain()
PublicKey getPublicKey()
String getSubjectName()
String getSigAlg()
byte[] getSubjectKeyIdentifier()
void setToKeyStore(String alias, String password, KeyStore ks) throws com.ibm.security.certclient.base.PkException
alias
- label to identify certificate in keystorepassword
- key protection passwordks
- keystore where key is to be stored
com.ibm.security.certclient.base.PkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |