Class SignerKey
java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.util.SignerKey
Holds the signing key and the number of days since epoch for the date for which the signing key was generated.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns a copy of the signing key.booleanisValidForDate(Instant other)  
- 
Constructor Details
- 
SignerKey
 
 - 
 - 
Method Details
- 
isValidForDate
 - 
getSigningKey
public byte[] getSigningKey()Returns a copy of the signing key. 
 -