Uses of Class
org.bouncycastle.crypto.params.KeyParameter
Packages that use KeyParameter
Package
Description
-
Uses of KeyParameter in org.bouncycastle.cms.bc
Methods in org.bouncycastle.cms.bc that return KeyParameterModifier and TypeMethodDescriptionprotected KeyParameterBcPasswordRecipient.extractSecretKey(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedContentEncryptionKey) -
Uses of KeyParameter in org.bouncycastle.crypto.params
Subclasses of KeyParameter in org.bouncycastle.crypto.paramsMethods in org.bouncycastle.crypto.params that return KeyParameterModifier and TypeMethodDescriptionAEADParameters.getKey()FPEParameters.getKey()TweakableBlockCipherParameters.getKey()Gets the key.KeyParameter.reverse()Constructors in org.bouncycastle.crypto.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.CCMParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText) Deprecated.Base constructor.FPEParameters(KeyParameter key, int radix, byte[] tweak) FPEParameters(KeyParameter key, int radix, byte[] tweak, boolean useInverse) FPEParameters(KeyParameter key, RadixConverter radixConverter, byte[] tweak, boolean useInverse) TweakableBlockCipherParameters(KeyParameter key, byte[] tweak) -
Uses of KeyParameter in org.bouncycastle.crypto.prng
Methods in org.bouncycastle.crypto.prng with parameters of type KeyParameterModifier and TypeMethodDescriptionX931SecureRandomBuilder.build(BlockCipher engine, KeyParameter key, boolean predictionResistant) Construct a X9.31 secure random generator using the passed in engine and key. -
Uses of KeyParameter in org.bouncycastle.operator.bc
Constructors in org.bouncycastle.operator.bc with parameters of type KeyParameterModifierConstructorDescriptionBcAESSymmetricKeyUnwrapper(KeyParameter wrappingKey) BcAESSymmetricKeyWrapper(KeyParameter wrappingKey) BcSymmetricKeyUnwrapper(AlgorithmIdentifier wrappingAlgorithm, Wrapper wrapper, KeyParameter wrappingKey) BcSymmetricKeyWrapper(AlgorithmIdentifier wrappingAlgorithm, Wrapper wrapper, KeyParameter wrappingKey)