public abstract class AbstractEcdsaKeyProvider extends Object implements KeyProvider
Constructor and Description |
---|
AbstractEcdsaKeyProvider(RealmModel realm,
ComponentModel model) |
Modifier and Type | Method and Description |
---|---|
protected KeyWrapper |
createKeyWrapper(KeyPair keyPair,
String ecInNistRep) |
List<KeyWrapper> |
getKeys()
Returns the key
|
protected abstract KeyWrapper |
loadKey(RealmModel realm,
ComponentModel model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public AbstractEcdsaKeyProvider(RealmModel realm, ComponentModel model)
protected abstract KeyWrapper loadKey(RealmModel realm, ComponentModel model)
public List<KeyWrapper> getKeys()
KeyProvider
getKeys
in interface KeyProvider
protected KeyWrapper createKeyWrapper(KeyPair keyPair, String ecInNistRep)
Copyright © 2020 JBoss by Red Hat. All rights reserved.