kz.gamma.hardware.jce
Class JCEKeyPair

java.lang.Object
  extended by kz.gamma.hardware.jce.JCEKeyPair

public class JCEKeyPair
extends java.lang.Object

Created with IntelliJ IDEA. User: s_moiseyev Date: 27.12.12 Time: 11:54 To change this template use File | Settings | File Templates.


Field Summary
private  byte[] certBlob
           
private  JCEPrivateKey privateKey
           
private  JCEPublicKey publicKey
           
 
Constructor Summary
JCEKeyPair()
           
JCEKeyPair(JCEPrivateKey privateKey, JCEPublicKey publicKey)
           
 
Method Summary
 byte[] getCertBlob()
           
 JCEPrivateKey getPrivateKey()
           
 JCEPublicKey getPublicKey()
           
 void setCertBlob(byte[] certBlob)
           
 void setPrivateKey(JCEPrivateKey privateKey)
           
 void setPublicKey(JCEPublicKey publicKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

privateKey

private JCEPrivateKey privateKey

publicKey

private JCEPublicKey publicKey

certBlob

private byte[] certBlob
Constructor Detail

JCEKeyPair

public JCEKeyPair()

JCEKeyPair

public JCEKeyPair(JCEPrivateKey privateKey,
                  JCEPublicKey publicKey)
Method Detail

getPrivateKey

public JCEPrivateKey getPrivateKey()

setPrivateKey

public void setPrivateKey(JCEPrivateKey privateKey)

getPublicKey

public JCEPublicKey getPublicKey()

setPublicKey

public void setPublicKey(JCEPublicKey publicKey)

getCertBlob

public byte[] getCertBlob()

setCertBlob

public void setCertBlob(byte[] certBlob)


Copyright © 2013 Gamma Technologies. All Rights Reserved.