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