Package com.strongdm.api
Class ManagedSecretRetrieveRequest
java.lang.Object
com.strongdm.api.ManagedSecretRetrieveRequest
ManagedSecretRetrieveRequest specifies which Managed Secret to retrieve
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()The unique identifier of the Managed Secret to retrieve.byte[]Public key to encrypt a sensitive value withvoidThe unique identifier of the Managed Secret to retrieve.voidsetPublicKey(byte[] in) Public key to encrypt a sensitive value with
-
Constructor Details
-
ManagedSecretRetrieveRequest
public ManagedSecretRetrieveRequest()
-
-
Method Details
-
getId
The unique identifier of the Managed Secret to retrieve. -
setId
The unique identifier of the Managed Secret to retrieve. -
getPublicKey
public byte[] getPublicKey()Public key to encrypt a sensitive value with -
setPublicKey
public void setPublicKey(byte[] in) Public key to encrypt a sensitive value with
-