Package com.jcraft.jsch.jce
Class KeyPairGenECDSA
java.lang.Object
com.jcraft.jsch.jce.KeyPairGenECDSA
- All Implemented Interfaces:
KeyPairGenECDSA
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[]
(package private) ECParameterSpec
(package private) ECPrivateKey
(package private) ECPublicKey
(package private) byte[]
(package private) byte[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
bzero
(byte[] buf) private byte[]
chop0
(byte[] buf) byte[]
getD()
(package private) ECPrivateKey
(package private) ECPublicKey
byte[]
getR()
byte[]
getS()
void
init
(int key_size) private byte[]
insert0
(byte[] buf)
-
Field Details
-
d
byte[] d -
r
byte[] r -
s
byte[] s -
pubKey
ECPublicKey pubKey -
prvKey
ECPrivateKey prvKey -
params
ECParameterSpec params
-
-
Constructor Details
-
KeyPairGenECDSA
public KeyPairGenECDSA()
-
-
Method Details
-
init
- Specified by:
init
in interfaceKeyPairGenECDSA
- Throws:
Exception
-
getD
public byte[] getD()- Specified by:
getD
in interfaceKeyPairGenECDSA
-
getR
public byte[] getR()- Specified by:
getR
in interfaceKeyPairGenECDSA
-
getS
public byte[] getS()- Specified by:
getS
in interfaceKeyPairGenECDSA
-
getPublicKey
ECPublicKey getPublicKey() -
getPrivateKey
ECPrivateKey getPrivateKey() -
insert0
private byte[] insert0(byte[] buf) -
chop0
private byte[] chop0(byte[] buf) -
bzero
private void bzero(byte[] buf)
-