public class MspSignatureKey
extends java.lang.Object
| Constructor and Description | 
|---|
MspSignatureKey(byte[] y,
               byte[] p,
               byte[] q,
               byte[] g)
Public constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SecureByteArray | 
getG()
Get the g value. 
 | 
SecureByteArray | 
getP()
Get the p value. 
 | 
SecureByteArray | 
getQ()
Get the q value. 
 | 
SecureByteArray | 
getY()
Get the public key. 
 | 
public MspSignatureKey(byte[] y,
                       byte[] p,
                       byte[] q,
                       byte[] g)
y - the public key.p - the p value.q - the q value.g - the g value.public SecureByteArray getY()
public SecureByteArray getP()
public SecureByteArray getQ()
public SecureByteArray getG()