info.magnolia.cms.security
Class MgnlKeyPair

java.lang.Object
  extended by info.magnolia.cms.security.MgnlKeyPair

public class MgnlKeyPair
extends Object

Private and public key holder.


Constructor Summary
MgnlKeyPair(String privateKey, String publicKey)
           
 
Method Summary
 String getPrivateKey()
           
 String getPublicKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MgnlKeyPair

public MgnlKeyPair(String privateKey,
                   String publicKey)
Method Detail

getPrivateKey

public String getPrivateKey()

getPublicKey

public String getPublicKey()


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.