![]() |
|
Contents |
Inherited by DSAPrivateKeyImpl.
Public Member Functions | |
| PrivateKeyImpl (String algorithm) | |
| String | getAlgorithm () |
| Answers the name of the algorithm that this key will work with. | |
| String | getFormat () |
| Answers the name of the format used to encode the key, or null if it can not be encoded. | |
| byte[] | getEncoded () |
| Answers the encoded form of the receiver. | |
| void | setAlgorithm (String algorithm) |
| void | setEncoding (byte[] encoding) |
Private Attributes | |
| String | algorithm |
| byte[] | encoding |
Static Private Attributes | |
| static final long | serialVersionUID = 7776497482533790279L |
| .intel.drl.spec_ref | |
| PrivateKeyImpl | ( | String | algorithm | ) |
| String getAlgorithm | ( | ) |
Answers the name of the algorithm that this key will work with.
If the algorithm is unknown, it answers null.
Implements Key.
| String getFormat | ( | ) |
Answers the name of the format used to encode the key, or null if it can not be encoded.
Implements Key.
| byte [] getEncoded | ( | ) |
Answers the encoded form of the receiver.
Implements Key.
| void setAlgorithm | ( | String | algorithm | ) |
| void setEncoding | ( | byte[] | encoding | ) |
final long serialVersionUID = 7776497482533790279L [static, private] |
String algorithm [private] |
byte [] encoding [private] |