|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecretKeyFactory | |
| javax.crypto | |
| Uses of SecretKeyFactory in javax.crypto |
| Methods in javax.crypto that return SecretKeyFactory | |
static SecretKeyFactory |
SecretKeyFactory.getInstance(java.lang.String algorithm)
Returns the default provider SecretKeyFactory object for the specified symmetric algorithm. |
static SecretKeyFactory |
SecretKeyFactory.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns a SecretKeyFactory object for the specified symmetric algorithm, implemented by the given provider. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||