public class VaultHmacRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VaultHmacRequest.VaultHmacRequestBuilder
Builder to build a
VaultHmacRequest . |
Modifier and Type | Method and Description |
---|---|
static VaultHmacRequest.VaultHmacRequestBuilder |
builder() |
static VaultHmacRequest |
create(Plaintext input)
Create a new
VaultHmacRequest given Plaintext . |
String |
getAlgorithm() |
Integer |
getKeyVersion() |
Plaintext |
getPlaintext() |
public static VaultHmacRequest.VaultHmacRequestBuilder builder()
VaultHmacRequest.VaultHmacRequestBuilder
.public static VaultHmacRequest create(Plaintext input)
VaultHmacRequest
given Plaintext
. Uses the default
signature algorithm.VaultHmacRequest
for the given input
.public Plaintext getPlaintext()
@Nullable public String getAlgorithm()
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.