public class JceETSIDataEncryptor extends java.lang.Object implements ETSIDataEncryptor
Modifier and Type | Class and Description |
---|---|
static class |
JceETSIDataEncryptor.Builder |
Modifier and Type | Method and Description |
---|---|
byte[] |
encrypt(byte[] content) |
byte[] |
getKey()
return the last key generated
|
byte[] |
getNonce()
return the last nonce generated
|
public byte[] encrypt(byte[] content)
encrypt
in interface ETSIDataEncryptor
public byte[] getKey()
ETSIDataEncryptor
getKey
in interface ETSIDataEncryptor
public byte[] getNonce()
ETSIDataEncryptor
getNonce
in interface ETSIDataEncryptor