Interface MediationSecurityAdminService
-
- All Known Implementing Classes:
MediationSecurityAdminServiceStub
public interface MediationSecurityAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
doDecrypt(String cipherText8)
Auto generated method signatureString
doEncrypt(String plainTextPass2)
Auto generated method signaturevoid
setSecretIdForHashiCorpVault(String secretId6)
Auto generated method signature for Asynchronous Invocationsvoid
startdoDecrypt(String cipherText8, MediationSecurityAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdoEncrypt(String plainTextPass2, MediationSecurityAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
doEncrypt
String doEncrypt(String plainTextPass2) throws RemoteException
Auto generated method signature- Parameters:
doEncrypt1
-- Throws:
RemoteException
-
startdoEncrypt
void startdoEncrypt(String plainTextPass2, MediationSecurityAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
doEncrypt1
-- Throws:
RemoteException
-
setSecretIdForHashiCorpVault
void setSecretIdForHashiCorpVault(String secretId6) throws RemoteException, MediationSecurityAdminServiceExternalVaultException
Auto generated method signature for Asynchronous Invocations
-
doDecrypt
String doDecrypt(String cipherText8) throws RemoteException
Auto generated method signature- Parameters:
doDecrypt7
-- Throws:
RemoteException
-
startdoDecrypt
void startdoDecrypt(String cipherText8, MediationSecurityAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
doDecrypt7
-- Throws:
RemoteException
-
-