Class SecgUtils
java.lang.Object
com.hierynomus.sshj.secg.SecgUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ECPointgetDecoded(byte[] M, EllipticCurve curve) SECG 2.3.4 Octet String to ECPointstatic byte[]getEncoded(ECPoint point, EllipticCurve curve) SECG 2.3.3 ECPoint to Octet String
-
Constructor Details
-
SecgUtils
public SecgUtils()
-
-
Method Details
-
getDecoded
SECG 2.3.4 Octet String to ECPoint -
getEncoded
SECG 2.3.3 ECPoint to Octet String
-