public final class AesSivKeyManager extends Object
AesSivKey keys and produces new instances of AesSiv.| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate |
aes256SivTemplate() |
static KeyTemplate |
rawAes256SivTemplate() |
static void |
register(boolean newKeyAllowed) |
public static void register(boolean newKeyAllowed)
throws GeneralSecurityException
GeneralSecurityExceptionpublic static final KeyTemplate aes256SivTemplate()
KeyTemplate that generates new instances of AES-SIV-CMAC keys.public static final KeyTemplate rawAes256SivTemplate()
KeyTemplate that generates new instances of AES-SIV-CMAC keys. Keys generated
from this template create ciphertexts compatible with other libraries.