Uses of Class
org.bouncycastle.operator.GenericKey
Packages that use GenericKey
Package
Description
-
Uses of GenericKey in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type GenericKeyModifier and TypeMethodDescriptionfinal org.bouncycastle.asn1.cms.RecipientInfoKEKRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) final org.bouncycastle.asn1.cms.RecipientInfoKEMRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) org.bouncycastle.asn1.cms.RecipientInfoKeyAgreeRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) final org.bouncycastle.asn1.cms.RecipientInfoKeyTransRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) org.bouncycastle.asn1.cms.RecipientInfoPasswordRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) org.bouncycastle.asn1.cms.RecipientInfoRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) protected abstract byte[]PasswordRecipientInfoGenerator.generateEncryptedBytes(AlgorithmIdentifier algorithm, byte[] derivedKey, GenericKey contentEncryptionKey) protected abstract ASN1SequenceKeyAgreeRecipientInfoGenerator.generateRecipientEncryptedKeys(AlgorithmIdentifier keyAgreeAlgorithm, AlgorithmIdentifier keyEncAlgorithm, GenericKey contentEncryptionKey) -
Uses of GenericKey in org.bouncycastle.cms.bc
Methods in org.bouncycastle.cms.bc with parameters of type GenericKeyModifier and TypeMethodDescriptionbyte[]BcPasswordRecipientInfoGenerator.generateEncryptedBytes(AlgorithmIdentifier keyEncryptionAlgorithm, byte[] derivedKey, GenericKey contentEncryptionKey) -
Uses of GenericKey in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce with parameters of type GenericKeyModifier and TypeMethodDescriptionbyte[]JcePasswordRecipientInfoGenerator.generateEncryptedBytes(AlgorithmIdentifier keyEncryptionAlgorithm, byte[] derivedKey, GenericKey contentEncryptionKey) JceKeyAgreeRecipientInfoGenerator.generateRecipientEncryptedKeys(AlgorithmIdentifier keyAgreeAlgorithm, AlgorithmIdentifier keyEncryptionAlgorithm, GenericKey contentEncryptionKey) EnvelopedDataHelper.getJceKey(ASN1ObjectIdentifier algorithm, GenericKey key) EnvelopedDataHelper.getJceKey(AlgorithmIdentifier algId, GenericKey key) -
Uses of GenericKey in org.bouncycastle.operator
Methods in org.bouncycastle.operator that return GenericKeyModifier and TypeMethodDescriptionKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptionKeyAlgorithm, byte[] encryptedKey) MacCalculator.getKey()Return the key used for calculating the MAC.OutputEncryptor.getKey()Return the key used for encrypting the output.Methods in org.bouncycastle.operator with parameters of type GenericKey -
Uses of GenericKey in org.bouncycastle.operator.bc
Methods in org.bouncycastle.operator.bc that return GenericKeyModifier and TypeMethodDescriptionBcAsymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) BcSymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) Methods in org.bouncycastle.operator.bc with parameters of type GenericKeyModifier and TypeMethodDescriptionbyte[]BcAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) byte[]BcSymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) -
Uses of GenericKey in org.bouncycastle.operator.jcajce
Subclasses of GenericKey in org.bouncycastle.operator.jcajceMethods in org.bouncycastle.operator.jcajce that return GenericKeyModifier and TypeMethodDescriptionJceAsymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) JceKTSKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) JceSymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) Methods in org.bouncycastle.operator.jcajce with parameters of type GenericKeyModifier and TypeMethodDescriptionbyte[]JceAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) byte[]JceKTSKeyWrapper.generateWrappedKey(GenericKey encryptionKey) byte[]JceSymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey)