@FunctionalInterface public interface SecurityFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
create()
Create an instance.
|
T create() throws GeneralSecurityException
GeneralSecurityException
- if instantiation fails for some reasonCopyright © 2020 JBoss by Red Hat. All rights reserved.