Uses of Class
org.bouncycastle.crypto.asymmetric.AsymmetricRSAKey.Usage
-
Packages that use AsymmetricRSAKey.Usage Package Description org.bouncycastle.crypto.asymmetric 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.Usage Modifier and Type Method Description static AsymmetricRSAKey.Usage
AsymmetricRSAKey.Usage. valueOf(java.lang.String name)
Returns 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.Usage Modifier and Type Method Description boolean
AsymmetricRSAKey. canBeUsed(AsymmetricRSAKey.Usage usage)
Check to see if a key can be used for a specific usage.
-