public abstract class AbstractServerKeyManagerConfig extends Object
| Constructor and Description |
|---|
AbstractServerKeyManagerConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract ServerKeyManager |
getServerKeyManager()
Implementation shall declare this as Spring Bean to allow injection in other beans.
|
static SecretKeyData |
newSecretKey(String alias,
CallbackHandler secretKeyPassHandler) |
public abstract ServerKeyManager getServerKeyManager()
public static SecretKeyData newSecretKey(String alias, CallbackHandler secretKeyPassHandler)
Copyright © 2017. All Rights Reserved.