|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.sig.PreferredAEADCiphersuites.Combination
Algorithm combination of a SymmetricKeyAlgorithmTags
and a AEADAlgorithmTags
.
Constructor Summary | |
PreferredAEADCiphersuites.Combination(int symmetricAlgorithmTag,
int aeadAlgorithmTag)
Create a new algorithm combination from a SymmetricKeyAlgorithmTags and a AEADAlgorithmTags . |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
getAeadAlgorithm()
Return the AEAD algorithm tag. |
int |
getSymmetricAlgorithm()
Return the symmetric algorithm tag. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PreferredAEADCiphersuites.Combination(int symmetricAlgorithmTag, int aeadAlgorithmTag)
SymmetricKeyAlgorithmTags
and a AEADAlgorithmTags
.
symmetricAlgorithmTag
- symmetric algorithm tagaeadAlgorithmTag
- aead algorithm tagMethod Detail |
public int getSymmetricAlgorithm()
public int getAeadAlgorithm()
public boolean equals(java.lang.Object o)
public int hashCode()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |