Uses of Class
kz.gamma.hardware.jce.JCEPublicKey

Packages that use JCEPublicKey
kz.gamma.hardware.crypto.pcsc.jacarta.gamma   
kz.gamma.hardware.crypto.pcsc.javatoken.gamma   
kz.gamma.hardware.crypto.pcsc.kztoken   
kz.gamma.hardware.jce   
 

Uses of JCEPublicKey in kz.gamma.hardware.crypto.pcsc.jacarta.gamma
 

Subclasses of JCEPublicKey in kz.gamma.hardware.crypto.pcsc.jacarta.gamma
 class GammaJaCartaPublicKey
           
 

Uses of JCEPublicKey in kz.gamma.hardware.crypto.pcsc.javatoken.gamma
 

Subclasses of JCEPublicKey in kz.gamma.hardware.crypto.pcsc.javatoken.gamma
 class GammaJavaTokenPublicKey
           
 

Uses of JCEPublicKey in kz.gamma.hardware.crypto.pcsc.kztoken
 

Subclasses of JCEPublicKey in kz.gamma.hardware.crypto.pcsc.kztoken
 class GammaKzTokenPublicKey
           
 

Uses of JCEPublicKey in kz.gamma.hardware.jce
 

Fields in kz.gamma.hardware.jce declared as JCEPublicKey
private  JCEPublicKey JCEKeyPair.publicKey
           
private  JCEPublicKey Pkcs10RequestCreator.publicKey
           
 

Methods in kz.gamma.hardware.jce that return JCEPublicKey
 JCEPublicKey JCEKeyPair.getPublicKey()
           
 

Methods in kz.gamma.hardware.jce with parameters of type JCEPublicKey
 byte[] CryptoObject.generatePKCS10(X509Name subject, JCEPrivateKey privateKey, JCEPublicKey publicKey, ASN1Set attributes)
           
 SubjectPublicKeyInfo CryptoObject.generateSubjectPublicKeyInfo(JCEPrivateKey privateKey, JCEPublicKey publicKey)
           
 void JCEKeyPair.setPublicKey(JCEPublicKey publicKey)
           
 

Constructors in kz.gamma.hardware.jce with parameters of type JCEPublicKey
JCEKeyPair(JCEPrivateKey privateKey, JCEPublicKey publicKey)
           
Pkcs10RequestCreator(X509Name subject, JCEPrivateKey privateKey, JCEPublicKey publicKey, ASN1Set attributes, CryptoObject cryptoObject, java.lang.String publicKeyOid, java.lang.String signatureOid)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.