public class ControlChannelCipher
extends java.lang.Object
| Constructor and Description |
|---|
ControlChannelCipher() |
| Modifier and Type | Method and Description |
|---|---|
void |
decryptGCM2(byte[] from,
int ifrom,
byte[] to,
int ito,
int len) |
void |
encryptGCM1(byte[] from,
int ifrom,
byte[] to,
int ito,
int len) |
int |
getDecryptedOutputSize(int enclength) |
int |
getEncryptedOutputSize(int inputlength) |
int |
setRecvKey(byte[] key,
int offset,
int len) |
int |
setSentKey(byte[] key,
int offset,
int len) |
public int setSentKey(byte[] key,
int offset,
int len)
public int setRecvKey(byte[] key,
int offset,
int len)
public void encryptGCM1(byte[] from,
int ifrom,
byte[] to,
int ito,
int len)
throws java.lang.Exception
java.lang.Exceptionpublic void decryptGCM2(byte[] from,
int ifrom,
byte[] to,
int ito,
int len)
throws java.lang.Exception
java.lang.Exceptionpublic int getEncryptedOutputSize(int inputlength)
public int getDecryptedOutputSize(int enclength)
Copyright © 2023. All rights reserved.