|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mindbright.jca.security.KeyPair
public final class KeyPair
Handles a public/private pair of keys
KeyPairGenerator,
SSH2KeyPairFile| Constructor Summary | |
|---|---|
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
|
|
| Method Summary | |
|---|---|
PrivateKey |
getPrivate()
|
PublicKey |
getPublic()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyPair(PublicKey publicKey,
PrivateKey privateKey)
| Method Detail |
|---|
public PublicKey getPublic()
public PrivateKey getPrivate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||