|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyStoreBuilder | |
---|---|
org.dvb.net.ssl | Enables applications to provide keys and certificates for SSL/TLS connections. |
org.dvb.security | Enables applications to login to a PKCS11 token for non key related operations including providing PIN codes. |
Uses of KeyStoreBuilder in org.dvb.net.ssl |
---|
Methods in org.dvb.net.ssl with parameters of type KeyStoreBuilder | |
---|---|
void |
DVBTrustManagerFactory.init(KeyStoreBuilder[] builders)
This method is used to initialize the factory with an array of KeyStoreBuilder instances. |
void |
DVBKeyManagerFactory.init(KeyStoreBuilder[] builders)
This method is used to initialize the factory with an array of KeyStoreBuilder instances. |
Uses of KeyStoreBuilder in org.dvb.security |
---|
Methods in org.dvb.security that return KeyStoreBuilder | |
---|---|
static KeyStoreBuilder |
KeyStoreBuilder.newInstance(java.lang.String type,
java.security.Provider provider,
KeyStoreProtectionParameters protection)
Returns a new builder object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |