Uses of Class
com.oracle.bmc.auth.internal.JWK
-
Packages that use JWK Package Description com.oracle.bmc.auth.internal -
-
Uses of JWK in com.oracle.bmc.auth.internal
Methods in com.oracle.bmc.auth.internal that return types with arguments of type JWK Modifier and Type Method Description static Optional<JWK>
AuthUtils. toJwk(String json)
Convert JSON string intoJWK
.Methods in com.oracle.bmc.auth.internal with parameters of type JWK Modifier and Type Method Description static Optional<RSAPublicKey>
AuthUtils. toPublicKeyFromJwk(JWK jwk)
ConvertJWK
intoRSAPublicKey
.
-