JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.cryptacular.bean
Interface FactoryBean<T>
Type Parameters:
T
- Type produced by factory.
All Known Implementing Classes:
KeyStoreBasedKeyFactoryBean
,
KeyStoreFactoryBean
,
PemBasedPrivateKeyFactoryBean
,
PemBasedPublicKeyFactoryBean
,
ResourceBasedPrivateKeyFactoryBean
,
ResourceBasedPublicKeyFactoryBean
,
ResourceBasedSecretKeyFactoryBean
public interface
FactoryBean<T>
Factory bean strategy interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
newInstance
()
Method Detail
newInstance
T
newInstance()
Returns:
New instance of the type handled by this factory.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method