Пример #1
0
 @Override
 public int hashCode() {
   final int prime = 31;
   int result = 1;
   result = prime * result + confidentialityKey.hashCode();
   result = prime * result + integrityKey.hashCode();
   return result;
 }
Пример #2
0
 @Override
 public int hashCode() {
   return secretKey.hashCode();
 }