@Immutable public final class SignerKey extends Object
| Constructor and Description | 
|---|
SignerKey(long numberOfDaysSinceEpoch,
         byte[] signingKey)  | 
| Modifier and Type | Method and 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. 
 |