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