| Package | Description |
|---|---|
| com.sap.it.api.keystore |
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.Certificate |
KeystoreService.getCertificate(java.lang.String alias)
Returns the certificate associated with the given alias.
|
java.security.cert.Certificate[] |
KeystoreService.getCertificateChain(java.lang.String alias)
Returns the certificate chain associated with the given alias.
|
java.security.Key |
KeystoreService.getKey(java.lang.String alias)
Returns the key associated with the given alias.
|
javax.net.ssl.KeyManager |
KeystoreService.getKeyManager()
Get a KeyManager implementation instance using the service.
|
javax.net.ssl.KeyManager |
KeystoreService.getKeyManager(java.lang.String alias)
Get a KeyManager implementation instance using the service.
|
javax.net.ssl.KeyManager[] |
KeystoreService.getKeyManagers()
Get all KeyManager implementation instances using the service.
|
javax.net.ssl.KeyManager[] |
KeystoreService.getKeyManagers(java.lang.String alias)
Get all KeyManager implementation instances using the service.
|
java.security.KeyPair |
KeystoreService.getKeyPair(java.lang.String alias)
Returns the key pair associated with the given alias.
|
javax.net.ssl.TrustManager |
KeystoreService.getTrustManager()
Get a trust manager implementation instance using the service for the
default trust store.
|
javax.net.ssl.TrustManager[] |
KeystoreService.getTrustManagers()
Get all trust manager implementation instances using the service for the
default trust store.
|