Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mindbright.security
Class KeyPair  view KeyPair download KeyPair.java

java.lang.Object
  extended bymindbright.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()