public interface SigningSecretManager
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.security.token.delegation.DelegationKey |
getCurrentKey() |
byte[] |
signWithKey(byte[] message,
org.apache.hadoop.security.token.delegation.DelegationKey key) |
byte[] |
signWithKey(byte[] message,
int keyId) |
org.apache.hadoop.security.token.delegation.DelegationKey getCurrentKey()
throws IOException
IOExceptionbyte[] signWithKey(byte[] message,
org.apache.hadoop.security.token.delegation.DelegationKey key)
byte[] signWithKey(byte[] message,
int keyId)
throws SecurityException
SecurityExceptionvoid close()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.