| Package | Description |
|---|---|
| org.openx.market.ssrtb.crypter |
| Modifier and Type | Method and Description |
|---|---|
long |
SsRtbCrypter.decodeDecrypt(String base64Websafe,
SecretKey encryptKey,
SecretKey integrityKey) |
long |
SsRtbCrypter.decodeDecrypt(String base64Websafe,
String b64EncryptKey,
String b64IntegrityKey) |
byte[] |
SsRtbCrypter.decrypt(byte[] crypted,
SecretKey encryptionKey,
SecretKey integrityKey) |
byte[] |
SsRtbCrypter.decrypt(byte[] ciphered,
String b64EncryptKey,
String b64IntegrityKey) |