public interface SecretKeyProvider extends KeyProvider<SecretKeyMetadata>
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaAlgorithmName()
Return name of Java (JCA) algorithm of the key.
|
SecretKey |
getSecretKey()
Return the active secret key, or
null if no active key is available. |
SecretKey |
getSecretKey(String kid)
Return the secret key for the specified kid, or
null if the kid is unknown. |
getKeyMetadata, getKid, getTypeSecretKey getSecretKey()
null if no active key is available.SecretKey getSecretKey(String kid)
null if the kid is unknown.kid - String getJavaAlgorithmName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.