|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PkSsCertificate
This interface allows an End Entity to create self-signed certificates with selected extensions.
Method Summary | |
---|---|
X509Certificate |
getCertificate()
Extract the self-signed Certificate |
PrivateKey |
getKey()
Extract the private key for the self-signed 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 self-signed certificate in a keystore |
Method Detail |
---|
PrivateKey getKey()
X509Certificate getCertificate()
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 |