| Package | Description |
|---|---|
| com.google.crypto.tink.subtle |
| Modifier and Type | Class and Description |
|---|---|
class |
Kwp
Deprecated.
Tink does not support KeyWrap anymore. This implementation was fallback code for old
providers that did not implement KWP. It implements the same functionality as
Cipher.getInstance("AESWRAPPAD");. Some provider use a different algorithm name: Cipher.getInstance("AES/KWP/NoPadding");. |