Package org.jose4j.keys
Class KeyPairUtil
java.lang.Object
org.jose4j.keys.KeyPairUtil
- Direct Known Subclasses:
EcKeyUtil,OctetKeyPairUtil,RsaKeyUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprotected Stringprotected SecureRandom -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromPemEncoded(String pem) (package private) abstract Stringprotected KeyFactoryprotected KeyPairGeneratorbooleanstatic String
-
Field Details
-
BEGIN_PUBLIC_KEY
- See Also:
-
END_PUBLIC_KEY
- See Also:
-
provider
-
secureRandom
-
-
Constructor Details
-
KeyPairUtil
-
-
Method Details
-
getAlgorithm
-
getKeyFactory
- Throws:
JoseException
-
getKeyPairGenerator
- Throws:
JoseException
-
fromPemEncoded
- Throws:
JoseExceptionInvalidKeySpecException
-
pemEncode
-
isAvailable
public boolean isAvailable()
-