public static class AesCbcWithIntegrity.SecretKeys extends Object
Constructor and Description |
---|
AesCbcWithIntegrity.SecretKeys(SecretKey confidentialityKeyIn,
SecretKey integrityKeyIn)
Construct the secret keys container.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SecretKey |
getConfidentialityKey() |
SecretKey |
getIntegrityKey() |
int |
hashCode() |
void |
setConfidentialityKey(SecretKey confidentialityKey) |
void |
setIntegrityKey(SecretKey integrityKey) |
String |
toString()
Encodes the two keys as a string
|
public SecretKey getConfidentialityKey()
public void setConfidentialityKey(SecretKey confidentialityKey)
public SecretKey getIntegrityKey()
public void setIntegrityKey(SecretKey integrityKey)
public String toString()
Copyright © 2008–2017 MIL-OSS. All rights reserved.