@Immutable public final class SignerKey extends Object
Constructor | Description |
---|---|
SignerKey(long numberOfDaysSinceEpoch,
byte[] signingKey) |
Modifier and Type | Method | Description |
---|---|---|
long |
getNumberOfDaysSinceEpoch() |
Returns the number of days since epoch for the date used for generating
signing key.
|
byte[] |
getSigningKey() |
Returns a copy of the signing key.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.