Package net.i2p.crypto.eddsa.spec
Class EdDSAPublicKeySpec
java.lang.Object
net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
- All Implemented Interfaces:
KeySpec
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final GroupElement
private GroupElement
private final EdDSAParameterSpec
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
A
-
Aneg
-
spec
-
-
Constructor Details
-
EdDSAPublicKeySpec
- Parameters:
pk
- the public keyspec
- the parameter specification for this key- Throws:
IllegalArgumentException
- if key length is wrong
-
EdDSAPublicKeySpec
-
-
Method Details
-
getA
-
getNegativeA
-
getParams
-