|
JSR 177 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| AlgorithmParameterSpec | A (transparent) specification of cryptographic parameters. |
| KeySpec | A (transparent) specification of the key material that constitutes a cryptographic key. |
| Class Summary | |
|---|---|
| EncodedKeySpec | This class represents a public key in encoded format. |
| X509EncodedKeySpec | This class represents the ASN.1 encoding of a public key,
encoded according to the ASN.1 type SubjectPublicKeyInfo. |
| Exception Summary | |
|---|---|
| InvalidKeySpecException | This is the exception for invalid key specifications. |
Provides classes and interfaces for key specifications and algorithm parameter specifications.
A key specification is a transparent representation of the key material that constitutes a key. A key may be specified in an algorithm-specific way, or in an algorithm-independent encoding format (such as ASN.1).
|
JSR 177 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||