public class JWEInput extends Object
Modifier and Type | Class and Description |
---|---|
class |
JWEInput.ContentReader |
Constructor and Description |
---|
JWEInput(String wire) |
JWEInput(String wire,
javax.ws.rs.ext.Providers providers) |
Modifier and Type | Method and Description |
---|---|
JWEInput.ContentReader |
decrypt(byte[] secret) |
JWEInput.ContentReader |
decrypt(RSAPrivateKey privateKey) |
JWEInput.ContentReader |
decrypt(SecretKey key) |
JWEInput.ContentReader |
decrypt(String secret) |
JWEHeader |
getHeader() |
String |
getWireString() |
public JWEInput(String wire)
public JWEInput(String wire, javax.ws.rs.ext.Providers providers)
public String getWireString()
public JWEHeader getHeader()
public JWEInput.ContentReader decrypt(RSAPrivateKey privateKey)
public JWEInput.ContentReader decrypt(String secret)
public JWEInput.ContentReader decrypt(byte[] secret)
public JWEInput.ContentReader decrypt(SecretKey key)
Copyright © 2020 JBoss by Red Hat. All rights reserved.