|
|||||||||
| Home >> All >> mindbright >> [ security overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mindbright.security
Class KeyPair

java.lang.Objectmindbright.security.KeyPair
- public final class KeyPair
- extends java.lang.Object
| Field Summary | |
(package private) PrivateKey |
privateKey
|
(package private) PublicKey |
publicKey
|
| 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 |
| Field Detail |
privateKey
PrivateKey privateKey
publicKey
PublicKey publicKey
| Constructor Detail |
KeyPair
public KeyPair(PublicKey publicKey, PrivateKey privateKey)
| Method Detail |
getPublic
public PublicKey getPublic()
getPrivate
public PrivateKey getPrivate()
|
|||||||||
| Home >> All >> mindbright >> [ security overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mindbright.security.KeyPair