|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JCEPrivateKey in kz.gamma.hardware.cms |
|---|
| Fields in kz.gamma.hardware.cms declared as JCEPrivateKey | |
|---|---|
(package private) JCEPrivateKey |
CMSSignedDataGenerator.SignerInf.key
|
(package private) JCEPrivateKey |
CMSGammaEnvelopedData.senderKey
|
| Methods in kz.gamma.hardware.cms that return JCEPrivateKey | |
|---|---|
(package private) JCEPrivateKey |
CMSSignedDataGenerator.SignerInf.getKey()
|
| Methods in kz.gamma.hardware.cms with parameters of type JCEPrivateKey | |
|---|---|
void |
CMSSignedDataGenerator.addSigner(JCEPrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID)
add a signer - no attributes other than the default ones will be provided here. |
void |
CMSSignedDataGenerator.addSigner(JCEPrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
add a signer with extra signed/unsigned attributes. |
void |
CMSSignedDataGenerator.addSigner(JCEPrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
CMSAttributeTableGenerator signedAttrGen,
CMSAttributeTableGenerator unsignedAttrGen)
add a signer with extra signed/unsigned attributes based on generators. |
protected java.lang.String |
CMSSignedGenerator.getEncOID(JCEPrivateKey key,
java.lang.String digestOID)
|
void |
CMSGammaEnvelopedData.initDHParameter(CryptoObject cryptoObject,
JCEPrivateKey key)
|
| Constructors in kz.gamma.hardware.cms with parameters of type JCEPrivateKey | |
|---|---|
CMSGammaEnvelopedData.RecipientInfoGamma(java.security.cert.X509Certificate certRecipient,
ParametersWithIV secKeyParam,
JCEPrivateKey senderKey,
CryptoObject cryptoObject)
|
|
CMSSignedDataGenerator.SignerInf(JCEPrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
java.lang.String encOID)
|
|
CMSSignedDataGenerator.SignerInf(JCEPrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
java.lang.String encOID,
CMSAttributeTableGenerator sAttr,
CMSAttributeTableGenerator unsAttr,
AttributeTable baseSigneTable)
|
|
| Uses of JCEPrivateKey in kz.gamma.hardware.crypto.pcsc.jacarta.gamma |
|---|
| Subclasses of JCEPrivateKey in kz.gamma.hardware.crypto.pcsc.jacarta.gamma | |
|---|---|
class |
GammaJaCartaPrivateKey
|
| Methods in kz.gamma.hardware.crypto.pcsc.jacarta.gamma with parameters of type JCEPrivateKey | |
|---|---|
byte[] |
GammaJaCartaGammaObject.makeDH(JCEPrivateKey privateKey,
byte[] publicKey,
byte[] ukm)
|
void |
GammaJaCartaGammaObject.setCertificate(byte[] cert,
JCEPrivateKey key)
|
byte[] |
GammaJaCartaGammaObject.signature(JCEPrivateKey privateKey,
byte[] data)
|
| Uses of JCEPrivateKey in kz.gamma.hardware.crypto.pcsc.javatoken.gamma |
|---|
| Subclasses of JCEPrivateKey in kz.gamma.hardware.crypto.pcsc.javatoken.gamma | |
|---|---|
class |
GammaJavaTokenPrivateKey
|
| Methods in kz.gamma.hardware.crypto.pcsc.javatoken.gamma with parameters of type JCEPrivateKey | |
|---|---|
byte[] |
GammaJavaTokenGammaObject.makeDH(JCEPrivateKey privateKey,
byte[] publicKey,
byte[] ukm)
|
void |
GammaJavaTokenGammaObject.setCertificate(byte[] cert,
JCEPrivateKey key)
|
byte[] |
GammaJavaTokenGammaObject.signature(JCEPrivateKey privateKey,
byte[] data)
|
| Uses of JCEPrivateKey in kz.gamma.hardware.crypto.pcsc.kztoken |
|---|
| Subclasses of JCEPrivateKey in kz.gamma.hardware.crypto.pcsc.kztoken | |
|---|---|
class |
GammaKzTokenPrivateKey
|
| Methods in kz.gamma.hardware.crypto.pcsc.kztoken with parameters of type JCEPrivateKey | |
|---|---|
byte[] |
KzTokenGammaObject.makeDH(JCEPrivateKey privateKey,
byte[] publicKey,
byte[] ukm)
|
void |
KzTokenGammaObject.setCertificate(byte[] cert,
JCEPrivateKey key)
|
byte[] |
KzTokenGammaObject.signature(JCEPrivateKey privateKey,
byte[] hash)
|
| Uses of JCEPrivateKey in kz.gamma.hardware.jce |
|---|
| Fields in kz.gamma.hardware.jce declared as JCEPrivateKey | |
|---|---|
private JCEPrivateKey |
JCEKeyPair.privateKey
|
private JCEPrivateKey |
JCESignature.privateKey
|
private JCEPrivateKey |
Pkcs10RequestCreator.privateKey
|
| Methods in kz.gamma.hardware.jce that return JCEPrivateKey | |
|---|---|
JCEPrivateKey |
JCEKeyPair.getPrivateKey()
|
| Methods in kz.gamma.hardware.jce with parameters of type JCEPrivateKey | |
|---|---|
byte[] |
CryptoObject.generatePKCS10(X509Name subject,
JCEPrivateKey privateKey,
JCEPublicKey publicKey,
ASN1Set attributes)
|
java.util.Map |
CryptoObject.generateSignature(byte[] tbs,
JCEPrivateKey privateKey,
boolean invertRsaSignature)
|
SubjectPublicKeyInfo |
CryptoObject.generateSubjectPublicKeyInfo(JCEPrivateKey privateKey,
JCEPublicKey publicKey)
|
void |
JCESignature.initSign(JCEPrivateKey key)
|
abstract byte[] |
CryptoObject.makeDH(JCEPrivateKey privateKey,
byte[] publicKey,
byte[] ukm)
|
abstract void |
CryptoObject.setCertificate(byte[] cert,
JCEPrivateKey privateKey)
|
void |
JCEKeyPair.setPrivateKey(JCEPrivateKey privateKey)
|
abstract byte[] |
CryptoObject.signature(JCEPrivateKey privateKey,
byte[] hash)
|
| Constructors in kz.gamma.hardware.jce with parameters of type JCEPrivateKey | |
|---|---|
JCEKeyPair(JCEPrivateKey privateKey,
JCEPublicKey publicKey)
|
|
JCESignature(CryptoObject cryptoObject,
JCEPrivateKey privateKey)
|
|
Pkcs10RequestCreator(X509Name subject,
JCEPrivateKey privateKey,
JCEPublicKey publicKey,
ASN1Set attributes,
CryptoObject cryptoObject,
java.lang.String publicKeyOid,
java.lang.String signatureOid)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||