|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyStoreManager
Central interface for KeyStore management.
| Method Summary | |
|---|---|
String[] |
getAllKeyStoreViews()
Return's all the KeyStore view's. |
X509Certificate[] |
getCertificateChain(X509Certificate leaf,
KeyStore[] aKeyStore)
Return's all the java.security.cert.X509Certificate chain over the KeyStore array. |
com.sap.security.api.ssf.ISsfPab |
getISsfPab(KeyStore[] aKeyStore)
Return's an ISsfPab for the KeyStore array. |
com.sap.security.api.ssf.ISsfProfile |
getISsfProfile(KeyStore keyStore,
String alias,
String password)
Return's an ISsfProfile for the KeyStore and alias. |
KeyStore |
getKeyStore(String view)
Return's the KeyStore for the KeyStore view. |
String[] |
getKeyStoreAliases(KeyStore keyStore)
Return's all the alias's of the java.security.KeyStore. |
KeyStore[] |
getKeyStores(String[] aView)
Return's the KeyStore's for the KeyStore view's. |
boolean |
isCertificateEntry(KeyStore keyStore,
String alias)
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise. |
boolean |
isKeyEntry(KeyStore keyStore,
String alias)
Returns true if the entry identified by the given alias is a key entry, and false otherwise. |
| Method Detail |
|---|
String[] getAllKeyStoreViews()
throws KeyStoreException
KeyStoreException
KeyStore getKeyStore(String view)
throws KeyStoreException
view - - KeyStore view
KeyStoreException
KeyStore[] getKeyStores(String[] aView)
throws KeyStoreException
aView - - KeyStore view's
KeyStoreException
String[] getKeyStoreAliases(KeyStore keyStore)
throws KeyStoreException
keyStore - - java.security.KeyStore
KeyStoreException
X509Certificate[] getCertificateChain(X509Certificate leaf,
KeyStore[] aKeyStore)
throws KeyStoreException,
CertificateException
leaf - - java.security.cert.X509CertificateaKeyStore - - java.security.KeyStore[] array
KeyStoreException
CertificateException - - The required issuer certificate cannot be found in the set of certificates
boolean isCertificateEntry(KeyStore keyStore,
String alias)
throws KeyStoreException
keyStore - - java.security.KeyStorealias - - the alias for the keystore entry to be checked
KeyStoreException
boolean isKeyEntry(KeyStore keyStore,
String alias)
throws KeyStoreException
keyStore - - java.security.KeyStorealias - - the alias for the keystore entry to be checked
KeyStoreException
com.sap.security.api.ssf.ISsfProfile getISsfProfile(KeyStore keyStore,
String alias,
String password)
throws KeyStoreException
keyStore - - java.security.KeyStorealias - - Private Keypassword - - Password for the Private Key entry
KeyStoreException
com.sap.security.api.ssf.ISsfPab getISsfPab(KeyStore[] aKeyStore)
throws KeyStoreException
aKeyStore - - java.security.KeyStore array
KeyStoreException
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||