Uses of Interface
org.bouncycastle.crypto.internal.params.KeyParameter
-
Packages that use KeyParameter Package Description org.bouncycastle.crypto.internal.params org.bouncycastle.crypto.internal.wrappers -
-
Uses of KeyParameter in org.bouncycastle.crypto.internal.params
Classes in org.bouncycastle.crypto.internal.params that implement KeyParameter Modifier and Type Class Description class
KeyParameterImpl
Methods in org.bouncycastle.crypto.internal.params that return KeyParameter Modifier and Type Method Description KeyParameter
AEADParameters. getKey()
Constructors in org.bouncycastle.crypto.internal.params with parameters of type KeyParameter Constructor Description AEADParameters(KeyParameter key, int macSize, byte[] nonce)
Base constructor.AEADParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
Base constructor. -
Uses of KeyParameter in org.bouncycastle.crypto.internal.wrappers
Fields in org.bouncycastle.crypto.internal.wrappers declared as KeyParameter Modifier and Type Field Description protected KeyParameter
SP80038FWrapper. param
protected KeyParameter
SP80038FWrapper. param
-