@Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + confidentialityKey.hashCode(); result = prime * result + integrityKey.hashCode(); return result; }
@Override public int hashCode() { return secretKey.hashCode(); }