public abstract class AbstractJoseProducer extends Object
Constructor and Description |
---|
AbstractJoseProducer() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkProcessRequirements() |
protected JweEncryptionProvider |
getInitializedEncryptionProvider(JweHeaders jweHeaders) |
protected JwsSignatureProvider |
getInitializedSignatureProvider(JwsHeaders jwsHeaders) |
boolean |
isJweRequired() |
boolean |
isJwsRequired() |
void |
setEncryptionProvider(JweEncryptionProvider encryptionProvider) |
void |
setJweRequired(boolean jweRequired) |
void |
setJwsRequired(boolean jwsRequired) |
void |
setSignatureProvider(JwsSignatureProvider signatureProvider) |
protected JwsSignatureProvider getInitializedSignatureProvider(JwsHeaders jwsHeaders)
protected JweEncryptionProvider getInitializedEncryptionProvider(JweHeaders jweHeaders)
public void setEncryptionProvider(JweEncryptionProvider encryptionProvider)
public void setSignatureProvider(JwsSignatureProvider signatureProvider)
public boolean isJwsRequired()
public void setJwsRequired(boolean jwsRequired)
public boolean isJweRequired()
public void setJweRequired(boolean jweRequired)
protected void checkProcessRequirements()
Apache CXF