Uses of Class
java.security.spec.EncodedKeySpec
| Package | Description |
|---|---|
| java.security.spec |
This package provides the classes and interfaces needed to specify keys and parameters for
encryption and signing algorithms.
|
-
Uses of EncodedKeySpec in java.security.spec
Subclasses of EncodedKeySpec in java.security.spec Modifier and Type Class Description classPKCS8EncodedKeySpecThe key specification for an encoded private key in ASN.1 format as defined in the PKCS#8 standard.classX509EncodedKeySpecThe key specification of an X.509 encoded key in ASN.1 format.