public abstract class FailsafeSecretKeyProvider extends Object implements KeyProvider
| Constructor and Description |
|---|
FailsafeSecretKeyProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getAlgorithm() |
List<KeyWrapper> |
getKeys() |
protected abstract String |
getType() |
protected abstract KeyUse |
getUse() |
protected abstract org.jboss.logging.Logger |
logger() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic List<KeyWrapper> getKeys()
getKeys in interface KeyProviderprotected abstract KeyUse getUse()
protected abstract String getType()
protected abstract String getAlgorithm()
protected abstract org.jboss.logging.Logger logger()
Copyright © 2018 JBoss by Red Hat. All rights reserved.