public class GammaParameters extends java.lang.Object implements CipherParameters
Modifier and Type | Field and Description |
---|---|
private int |
hashAlgID |
private java.security.PrivateKey |
privKey |
private JCEECPublicKey |
pubKey |
Constructor and Description |
---|
GammaParameters(java.security.PrivateKey key) |
GammaParameters(java.security.PublicKey key) |
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
getCSPHandle() |
int |
getCSPkeyType() |
int |
gethashAlgID() |
java.security.PrivateKey |
getPrivKey() |
byte[] |
getPublicKey() |
java.lang.String |
getPublicKeyAlg() |
void |
sethashAlgID(int hshAlgID) |
private java.security.PrivateKey privKey
private JCEECPublicKey pubKey
private int hashAlgID
public GammaParameters(java.security.PublicKey key)
public GammaParameters(java.security.PrivateKey key)
public byte[] getPublicKey()
public java.lang.Number getCSPHandle()
public int getCSPkeyType()
public void sethashAlgID(int hshAlgID)
public int gethashAlgID()
public java.lang.String getPublicKeyAlg()
public java.security.PrivateKey getPrivKey()
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.