Object JwkFactory
-
- All Implemented Interfaces:
public class JwkFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJwkFactory.JwkInvalidException
-
Field Summary
Fields Modifier and Type Field Description public final static JwkFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final static RSAKeyfromJsonFile(String filePath)final static RSAKeyfromJson(String jwk)final static RSAKeyfromKeyStore(String alias, InputStream keyStoreFile, String password)-
-
Method Detail
-
fromJsonFile
final static RSAKey fromJsonFile(String filePath)
-
fromKeyStore
final static RSAKey fromKeyStore(String alias, InputStream keyStoreFile, String password)
-
-
-
-