Uses of Interface
org.bouncycastle.crypto.internal.Wrapper
-
Packages that use Wrapper Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants.org.bouncycastle.crypto.internal.wrappers -
-
Uses of Wrapper in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return Wrapper Modifier and Type Method Description protected WrapperAES.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, AES.WrapParameters parameters, java.security.SecureRandom random)protected WrapperCamellia.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Camellia.WrapParameters parameters, java.security.SecureRandom random)protected WrapperRC2.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, RC2.Parameters parameters, java.security.SecureRandom random)protected WrapperSEED.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, SEED.WrapParameters parameters, java.security.SecureRandom random)protected WrapperSerpent.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Serpent.WrapParameters parameters, java.security.SecureRandom random)protected WrapperTripleDES.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, TripleDES.Parameters parameters, java.security.SecureRandom random)protected WrapperTwofish.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Twofish.WrapParameters parameters, java.security.SecureRandom random) -
Uses of Wrapper in org.bouncycastle.crypto.internal.wrappers
Classes in org.bouncycastle.crypto.internal.wrappers that implement Wrapper Modifier and Type Class Description classSP80038FWrapEnginean implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394/SP800-38F.classSP80038FWrapWithPaddingEnginean implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394/SP800-38F.
-