Package org.jose4j.keys
Class EcKeyUtil
java.lang.Object
org.jose4j.keys.KeyPairUtil
org.jose4j.keys.EcKeyUtil
-
Field Summary
FieldsFields inherited from class org.jose4j.keys.KeyPairUtil
provider, secureRandom -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringprivateKey(BigInteger d, ECParameterSpec spec) publicKey(BigInteger x, BigInteger y, ECParameterSpec spec) Methods inherited from class org.jose4j.keys.KeyPairUtil
fromPemEncoded, getKeyFactory, getKeyPairGenerator, isAvailable, pemEncode
-
Field Details
-
EC
- See Also:
-
-
Constructor Details
-
EcKeyUtil
public EcKeyUtil() -
EcKeyUtil
-
-
Method Details
-
getAlgorithm
String getAlgorithm()- Specified by:
getAlgorithmin classKeyPairUtil
-
publicKey
- Throws:
JoseException
-
privateKey
- Throws:
JoseException
-
generateKeyPair
- Throws:
JoseException
-