public class SecurityParametersContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
Constructor and Description |
---|
SecurityParametersContext() |
Modifier and Type | Method and Description |
---|---|
DecryptionParameters |
getDecryptionParameters()
Get the parameters to use for XML decryption operations.
|
EncryptionParameters |
getEncryptionParameters()
Get the parameters to use for XML encryption operations.
|
SignatureSigningParameters |
getSignatureSigningParameters()
Get the parameters to use for XML signature signing operations.
|
SignatureValidationParameters |
getSignatureValidationParameters()
Get the parameters to use for XML signature validation operations.
|
SecurityParametersContext |
setDecryptionParameters(DecryptionParameters params)
Set the parameters to use for XML decryption operations.
|
SecurityParametersContext |
setEncryptionParameters(EncryptionParameters params)
Set the parameters to use for XML encryption operations.
|
SecurityParametersContext |
setSignatureSigningParameters(SignatureSigningParameters params)
Set the parameters to use for XML signature signing operations.
|
SecurityParametersContext |
setSignatureValidationParameters(SignatureValidationParameters params)
Set the parameters to use for XML signature validation operations.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Nullable public SignatureSigningParameters getSignatureSigningParameters()
@Nonnull public SecurityParametersContext setSignatureSigningParameters(@Nullable SignatureSigningParameters params)
params
- the parameters@Nullable public SignatureValidationParameters getSignatureValidationParameters()
@Nonnull public SecurityParametersContext setSignatureValidationParameters(@Nullable SignatureValidationParameters params)
params
- The signatureValidationParameters to set@Nullable public EncryptionParameters getEncryptionParameters()
@Nonnull public SecurityParametersContext setEncryptionParameters(@Nullable EncryptionParameters params)
params
- the parameters@Nullable public DecryptionParameters getDecryptionParameters()
@Nonnull public SecurityParametersContext setDecryptionParameters(@Nullable DecryptionParameters params)
params
- the parametersCopyright © 2016. All rights reserved.