public class JCEKAZTokenPrivateKey
extends java.lang.Object
implements java.security.interfaces.ECPrivateKey
| Modifier and Type | Field and Description |
|---|---|
private int |
algId |
private KzTokenMapKeyFile |
mapKeyFile |
private java.lang.String |
name |
private java.lang.String |
password |
private TokenKzToken |
token |
| Constructor and Description |
|---|
JCEKAZTokenPrivateKey(TokenKzToken token,
java.lang.String name,
int algId,
java.lang.String password,
KzTokenMapKeyFile mapKeyFile) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
byte |
getIdKey() |
java.lang.String |
getName() |
java.security.spec.ECParameterSpec |
getParams() |
java.lang.String |
getPassword() |
java.math.BigInteger |
getS() |
TokenKzToken |
getToken() |
private TokenKzToken token
private int algId
private java.lang.String password
private java.lang.String name
private KzTokenMapKeyFile mapKeyFile
public JCEKAZTokenPrivateKey(TokenKzToken token, java.lang.String name, int algId, java.lang.String password, KzTokenMapKeyFile mapKeyFile)
public TokenKzToken getToken()
public java.lang.String getPassword()
public java.lang.String getName()
public byte getIdKey()
public java.math.BigInteger getS()
getS in interface java.security.interfaces.ECPrivateKeypublic java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic java.security.spec.ECParameterSpec getParams()
getParams in interface java.security.interfaces.ECKeyCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.