Package | Description |
---|---|
com.nimbusds.jose.crypto |
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
AESDecrypter
AES and AES GCM key wrap decrypter of
JWE
objects . |
class |
DirectDecrypter
Direct decrypter of
JWE objects with a
shared symmetric key. |
class |
ECDHDecrypter
Elliptic Curve Diffie-Hellman decrypter of
JWE objects for curves using EC JWK
keys. |
class |
ECDSAVerifier
Elliptic Curve Digital Signature Algorithm (ECDSA) verifier of
JWS objects . |
class |
Ed25519Verifier
Ed25519 verifier of
JWS objects . |
class |
MACVerifier
Message Authentication Code (MAC) verifier of
JWS objects . |
class |
PasswordBasedDecrypter
Password-based decrypter of
JWE objects . |
class |
RSADecrypter
RSA decrypter of
JWE objects . |
class |
RSASSAVerifier
RSA Signature-Scheme-with-Appendix (RSASSA) verifier of
JWS objects . |
class |
X25519Decrypter
Curve25519 Elliptic Curve Diffie-Hellman decrypter of
JWE objects . |
Copyright © 2021 Connect2id Ltd.. All rights reserved.