public static class AwsEc2AuthenticationOptions.Nonce extends Object
Modifier | Constructor and Description |
---|---|
protected |
Nonce(char[] value) |
Modifier and Type | Method and Description |
---|---|
static AwsEc2AuthenticationOptions.Nonce |
generated()
Create a new generated
AwsEc2AuthenticationOptions.Nonce using UUID . |
char[] |
getValue() |
static AwsEc2AuthenticationOptions.Nonce |
provided(char[] nonce)
Create a wrapped
AwsEc2AuthenticationOptions.Nonce given a nonce value. |
public static AwsEc2AuthenticationOptions.Nonce generated()
AwsEc2AuthenticationOptions.Nonce
using UUID
.AwsEc2AuthenticationOptions.Nonce
using UUID
.public static AwsEc2AuthenticationOptions.Nonce provided(char[] nonce)
AwsEc2AuthenticationOptions.Nonce
given a nonce
value.AwsEc2AuthenticationOptions.Nonce
given for the nonce
value.public char[] getValue()
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.