- getApi(Class<? extends ITApi>, Object) - Static method in class com.sap.it.api.ITApiFactory
-
Returns an instance of the public API implementation described via the apiType.
- getCertificate(String) - Method in interface com.sap.it.api.keystore.KeystoreService
-
Returns the certificate associated with the given alias.
- getCertificateChain(String) - Method in interface com.sap.it.api.keystore.KeystoreService
-
Returns the certificate chain associated with the given alias.
- getCredentialProperties() - Method in interface com.sap.it.api.securestore.UserCredential
-
Returns properties of the deployed credential.
- getKey(String) - Method in interface com.sap.it.api.keystore.KeystoreService
-
Returns the key associated with the given alias.
- getKeyManager() - Method in interface com.sap.it.api.keystore.KeystoreService
-
Get a KeyManager implementation instance using the service.
- getKeyManager(String) - Method in interface com.sap.it.api.keystore.KeystoreService
-
Get a KeyManager implementation instance using the service.
- getKeyManagers() - Method in interface com.sap.it.api.keystore.KeystoreService
-
Get all KeyManager implementation instances using the service.
- getKeyManagers(String) - Method in interface com.sap.it.api.keystore.KeystoreService
-
Get all KeyManager implementation instances using the service.
- getKeyPair(String) - Method in interface com.sap.it.api.keystore.KeystoreService
-
Returns the key pair associated with the given alias.
- getPassword() - Method in interface com.sap.it.api.securestore.UserCredential
-
Returns password of the deployed credential.
- getTrustManager() - Method in interface com.sap.it.api.keystore.KeystoreService
-
Get a trust manager implementation instance using the service for the
default trust store.
- getTrustManagers() - Method in interface com.sap.it.api.keystore.KeystoreService
-
Get all trust manager implementation instances using the service for the
default trust store.
- getUserCredential(String) - Method in interface com.sap.it.api.securestore.SecureStoreService
-
Returns
UserCredential containing user credential details
deployed on the node against given alias.
- getUsername() - Method in interface com.sap.it.api.securestore.UserCredential
-
Returns user name of the deployed credential.