org.mozilla.jss.crypto
public static final class PrivateKey.Type extends Object
| Field Summary | |
|---|---|
| static OBJECT_IDENTIFIER | DH_OID |
| static PrivateKey.Type | DiffieHellman |
| static PrivateKey.Type | DSA |
| static PrivateKey.Type | EC |
| static PrivateKey.Type | RSA |
| Method Summary | |
|---|---|
| static PrivateKey.Type | fromOID(OBJECT_IDENTIFIER oid) |
| int | getPKCS11Type() |
| OBJECT_IDENTIFIER | toOID() |
| String | toString()
Returns a string representation of the algorithm, such as
"RSA", "DSA", or "EC". |