public static class PreferredAEADCiphersuites.Combination
extends java.lang.Object
SymmetricKeyAlgorithmTags
and a AEADAlgorithmTags
.Constructor and Description |
---|
Combination(int symmetricAlgorithmTag,
int aeadAlgorithmTag)
Create a new algorithm combination from a
SymmetricKeyAlgorithmTags and a AEADAlgorithmTags . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getAeadAlgorithm()
Return the AEAD algorithm tag.
|
int |
getSymmetricAlgorithm()
Return the symmetric algorithm tag.
|
int |
hashCode() |
public Combination(int symmetricAlgorithmTag, int aeadAlgorithmTag)
SymmetricKeyAlgorithmTags
and a AEADAlgorithmTags
.symmetricAlgorithmTag
- symmetric algorithm tagaeadAlgorithmTag
- aead algorithm tagpublic int getSymmetricAlgorithm()
public int getAeadAlgorithm()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object