Package | Description |
---|---|
net.adamcin.httpsig.ssh.jce |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
SSHKey(KeyFormat keyFormat,
KeyPair keyPair) |
SSHKey(KeyFormat keyFormat,
PublicKey publicKey,
PrivateKey privateKey) |
Copyright © 2013-2017. All Rights Reserved.