Uses of Class
org.bouncycastle.crypto.asymmetric.AsymmetricRSAKey
Packages that use AsymmetricRSAKey
Package
Description
Keys and parameter classes for asymmetric (public/private) key algorithms.
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of AsymmetricRSAKey in org.bouncycastle.crypto.asymmetric
Subclasses of AsymmetricRSAKey in org.bouncycastle.crypto.asymmetricModifier and TypeClassDescriptionfinal classClass for RSA private keys.final classClass for RSA public keys. -
Uses of AsymmetricRSAKey in org.bouncycastle.crypto.fips
Subclasses with type arguments of type AsymmetricRSAKey in org.bouncycastle.crypto.fipsModifier and TypeClassDescriptionstatic final classFactory for creating RSA key wrap/unwrap operators.Methods in org.bouncycastle.crypto.fips with parameters of type AsymmetricRSAKeyModifier and TypeMethodDescriptionFipsRSA.KeyWrapOperatorFactory.createKeyUnwrapper(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters) FipsRSA.KeyWrapOperatorFactory.createKeyWrapper(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters) -
Uses of AsymmetricRSAKey in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement interfaces with type arguments of type AsymmetricRSAKeyModifier and TypeClassDescriptionstatic final classFactory for creating non-FIPS RSA key wrap/unwrap operators.Methods in org.bouncycastle.crypto.general with parameters of type AsymmetricRSAKeyModifier and TypeMethodDescriptionRSA.KeyWrapOperatorFactory.createKeyUnwrapper(AsymmetricRSAKey key, RSA.WrapParameters parameters) RSA.KeyWrapOperatorFactory.createKeyWrapper(AsymmetricRSAKey key, RSA.WrapParameters parameters)