public class OAESGCMEncryption extends Object implements OEncryption
Constructor and Description |
---|
OAESGCMEncryption() |
Modifier and Type | Method and Description |
---|---|
OEncryption |
configure(String base64EncodedKey) |
byte[] |
decrypt(byte[] input) |
byte[] |
decrypt(byte[] input,
int offset,
int length) |
byte[] |
encrypt(byte[] input) |
byte[] |
encrypt(byte[] input,
int offset,
int length) |
String |
name() |
public static final String NAME
public String name()
name
in interface OEncryption
public OEncryption configure(String base64EncodedKey)
configure
in interface OEncryption
public byte[] encrypt(byte[] input)
encrypt
in interface OEncryption
public byte[] decrypt(byte[] input)
decrypt
in interface OEncryption
public byte[] encrypt(byte[] input, int offset, int length)
encrypt
in interface OEncryption
public byte[] decrypt(byte[] input, int offset, int length)
decrypt
in interface OEncryption
Copyright © 2009–2020 OrientDB. All rights reserved.