|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeySpec | |
java.security | Provides the classes and interfaces for the security framework. |
java.security.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
javax.crypto.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
Uses of KeySpec in java.security |
Methods in java.security with parameters of type KeySpec | |
PublicKey |
KeyFactory.generatePublic(KeySpec keySpec)
Generates a public key object from the provided key specification (key material). |
Uses of KeySpec in java.security.spec |
Classes in java.security.spec that implement KeySpec | |
class |
EncodedKeySpec
This class represents a public key in encoded format. |
class |
X509EncodedKeySpec
This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type SubjectPublicKeyInfo . |
Uses of KeySpec in javax.crypto.spec |
Classes in javax.crypto.spec that implement KeySpec | |
class |
SecretKeySpec
This class specifies a secret key in a provider-independent fashion. |
|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |