public abstract class AbstractRsaKeyProvider extends Object implements KeyProvider
Constructor and Description |
---|
AbstractRsaKeyProvider(RealmModel realm,
ComponentModel model) |
Modifier and Type | Method and Description |
---|---|
protected KeyWrapper |
createKeyWrapper(KeyPair keyPair,
X509Certificate certificate,
KeyUse keyUse) |
protected KeyWrapper |
createKeyWrapper(KeyPair keyPair,
X509Certificate certificate,
List<X509Certificate> certificateChain,
KeyUse keyUse) |
Stream<KeyWrapper> |
getKeysStream() |
protected abstract KeyWrapper |
loadKey(RealmModel realm,
ComponentModel model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getKeys
public AbstractRsaKeyProvider(RealmModel realm, ComponentModel model)
protected abstract KeyWrapper loadKey(RealmModel realm, ComponentModel model)
public Stream<KeyWrapper> getKeysStream()
getKeysStream
in interface KeyProvider
protected KeyWrapper createKeyWrapper(KeyPair keyPair, X509Certificate certificate, KeyUse keyUse)
protected KeyWrapper createKeyWrapper(KeyPair keyPair, X509Certificate certificate, List<X509Certificate> certificateChain, KeyUse keyUse)
Copyright © 2021 JBoss by Red Hat. All rights reserved.