public abstract class AbstractGeneratedSecretKeyProvider extends Object implements KeyProvider
Constructor and Description |
---|
AbstractGeneratedSecretKeyProvider(ComponentModel model,
KeyUse use,
String type,
String algorithm) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Stream<KeyWrapper> |
getKeysStream()
Returns the
KeyWrapper for a KeyProvider . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKeys
public AbstractGeneratedSecretKeyProvider(ComponentModel model, KeyUse use, String type, String algorithm)
public Stream<KeyWrapper> getKeysStream()
KeyProvider
KeyWrapper
for a KeyProvider
.getKeysStream
in interface KeyProvider
KeyWrapper
for a KeyProvider
.public void close()
close
in interface KeyProvider
close
in interface Provider
Copyright © 2021 JBoss by Red Hat. All rights reserved.