kz.gamma.hardware.jce
Class JCEKeyPair
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
privateKey
private JCEPrivateKey privateKey
publicKey
private JCEPublicKey publicKey
certBlob
private byte[] certBlob
JCEKeyPair
public JCEKeyPair()
JCEKeyPair
public JCEKeyPair(JCEPrivateKey privateKey,
JCEPublicKey publicKey)
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.