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 Wrapper
AES.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, AES.WrapParameters parameters, java.security.SecureRandom random)
protected Wrapper
Camellia.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Camellia.WrapParameters parameters, java.security.SecureRandom random)
protected Wrapper
RC2.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, RC2.Parameters parameters, java.security.SecureRandom random)
protected Wrapper
SEED.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, SEED.WrapParameters parameters, java.security.SecureRandom random)
protected Wrapper
Serpent.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Serpent.WrapParameters parameters, java.security.SecureRandom random)
protected Wrapper
TripleDES.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, TripleDES.Parameters parameters, java.security.SecureRandom random)
protected Wrapper
Twofish.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 class
SP80038FWrapEngine
an implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394/SP800-38F.class
SP80038FWrapWithPaddingEngine
an implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394/SP800-38F.
-