public class JWEInput extends Object
Modifier and Type | Class and Description |
---|---|
class |
JWEInput.ContentReader |
Constructor and Description |
---|
JWEInput(String wire) |
JWEInput(String wire,
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 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 © 2015. All Rights Reserved.