Uses of Enum
org.bouncycastle.crypto.asymmetric.AsymmetricRSAKey.Usage
Packages that use AsymmetricRSAKey.Usage
Package
Description
Keys and parameter classes for asymmetric (public/private) key algorithms.
-
Uses of AsymmetricRSAKey.Usage in org.bouncycastle.crypto.asymmetric
Methods in org.bouncycastle.crypto.asymmetric that return AsymmetricRSAKey.UsageModifier and TypeMethodDescriptionstatic AsymmetricRSAKey.UsageReturns the enum constant of this type with the specified name.static AsymmetricRSAKey.Usage[]AsymmetricRSAKey.Usage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bouncycastle.crypto.asymmetric with parameters of type AsymmetricRSAKey.UsageModifier and TypeMethodDescriptionbooleanAsymmetricRSAKey.canBeUsed(AsymmetricRSAKey.Usage usage) Check to see if a key can be used for a specific usage.