| Package | Description | 
|---|---|
| org.wildfly.swarm.jose | |
| org.wildfly.swarm.jose.provider | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
Jose.decrypt(String jwe)
Decrypt the encrypted data in the JWE compact or JSON (optional) format. 
 | 
DecryptionOutput | 
Jose.decryption(String jwe)
Decrypt the encrypted data in the JWE compact or JSON (optional) format. 
 | 
String | 
Jose.encrypt(EncryptionInput input)
Encrypt the data in the JWE compact or JSON (optional) format. 
 | 
String | 
Jose.encrypt(String data)
Encrypt the data in the JWE compact or JSON (optional) format.. 
 | 
String | 
Jose.sign(SignatureInput input)
Sign the data in the JWS Compact or JSON (optional) format. 
 | 
String | 
Jose.sign(String data)
Sign the data in the JWS Compact or JSON (optional) format. 
 | 
VerificationOutput | 
Jose.verification(String jws)
Verify the signed data in the JWS compact or JSON (optional) format. 
 | 
VerificationOutput | 
Jose.verificationDetached(String jws,
                    String detachedData)
Verify the signed and detached data in the JWS compact or JSON (optional) format. 
 | 
String | 
Jose.verify(String jws)
Verify the signed data in the JWS compact or JSON (optional) format. 
 | 
String | 
Jose.verifyDetached(String jws,
              String detachedData)
Verify the signed and detached data in the JWS compact or JSON (optional) format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
DefaultJoseImpl.decrypt(String jwe)  | 
DecryptionOutput | 
DefaultJoseImpl.decryption(String jwe)  | 
VerificationOutput | 
DefaultJoseImpl.verification(String jws)  | 
VerificationOutput | 
DefaultJoseImpl.verificationDetached(String jws,
                    String detachedData)  | 
String | 
DefaultJoseImpl.verify(String jws)  | 
String | 
DefaultJoseImpl.verifyDetached(String jws,
              String detachedData)  | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.