Package | Description |
---|---|
javax.crypto |
Modifier and Type | Method and Description |
---|---|
static Cipher |
Cipher.getInstance(String transformation)
Returns a
Cipher object that implements the specified transformation. |
static Cipher |
Cipher.getInstance(String transformation,
String provider)
Returns a
Cipher object that implements the specified transformation. |