@ApplicationScoped public class RSAKeyFactory extends Object
| Constructor and Description |
|---|
RSAKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.nimbusds.jose.jwk.RSAKey |
makeRSA(Integer keySize,
com.nimbusds.jose.jwk.KeyUse keyUse,
com.nimbusds.jose.Algorithm keyAlg,
String kid) |
Copyright © 2017–2018. All rights reserved.