Uses of Interface
org.bouncycastle.crypto.internal.params.KeyParameter
Packages that use KeyParameter
Package
Description
-
Uses of KeyParameter in org.bouncycastle.crypto.internal.params
Classes in org.bouncycastle.crypto.internal.params that implement KeyParameterMethods in org.bouncycastle.crypto.internal.params that return KeyParameterModifier and TypeMethodDescriptionAEADParameters.getKey()HKDFParameters.getKey()Returns the input keying material or seed.Constructors in org.bouncycastle.crypto.internal.params with parameters of type KeyParameterModifierConstructorDescriptionAEADParameters(KeyParameter key, int macSize, byte[] nonce) Base constructor.AEADParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText) Base constructor.HKDFParameters(KeyParameter hkdfKey, byte[] info) -
Uses of KeyParameter in org.bouncycastle.crypto.internal.wrappers
Fields in org.bouncycastle.crypto.internal.wrappers declared as KeyParameterModifier and TypeFieldDescriptionprotected KeyParameterSP80038FWrapper.paramprotected KeyParameterSP80038FWrapper.param