|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of KeyFormat in net.adamcin.httpsig.ssh.jce |
|---|
| Methods in net.adamcin.httpsig.ssh.jce that return KeyFormat | |
|---|---|
static KeyFormat |
KeyFormat.forIdentifier(String identifier)
|
static KeyFormat |
KeyFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KeyFormat[] |
KeyFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in net.adamcin.httpsig.ssh.jce with parameters of type KeyFormat | |
|---|---|
SSHKey(KeyFormat keyFormat,
KeyPair keyPair)
|
|
SSHKey(KeyFormat keyFormat,
PublicKey publicKey,
PrivateKey privateKey)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||