| AttachmentCallbackHandler |
A Callback Handler implementation for the case of signing/encrypting Attachments via the SwA
(SOAP with Attachments) specification or when using xop:Include in the case of MTOM.
|
| AttachmentTest |
|
| CertErrorTest |
This class tests for error messages that apply to certificates, e.g.
|
| DerivedKeyActionTest |
A set of tests for using a derived key for encryption/signature using WSHandler actions.
|
| DerivedKeyTest |
A set of tests for using a derived key for encryption/signature.
|
| EncryptedDataInHeaderTest |
This test encrypts a Timestamp and the SOAP Body, and appends the ReferenceList Element after the
EncryptedData Element that is the Timestamp.
|
| EncryptionAlgorithmSuiteTest |
A set of test-cases for encrypting and decrypting SOAP requests when specifying an
AlgorithmSuite policy.
|
| EncryptionCRLTest |
This is a test for Certificate Revocation List checking before encryption.
|
| EncryptionGCMTest |
A set of test-cases for encrypting and decrypting SOAP requests using GCM.
|
| EncryptionPartsTest |
This is some unit tests for encryption using encryption using parts.
|
| EncryptionTest |
A set of test-cases for encrypting and decrypting SOAP requests.
|
| ModifiedRequestTest |
This class tests the modification of requests.
|
| NoSoapPrefixSignatureTest |
This is a test for WSS-60 - "Problems when SOAP envelope namespace prefix is null"
http://issues.apache.org/jira/browse/WSS-60
|
| PasswordEncryptorTest |
This is a test for signing and encrypting using a Crypto properties file with an encrypted
password
|
| PasswordTypeTest |
This is a test for processing a Username Token to enforce either a plaintext or digest
password type.
|
| ReplayTest |
Some test-cases for replay attacks.
|
| RequireSignedEncryptedDataElementsTest |
Tests for the WSHandlerConstants.REQUIRE_SIGNED_ENCRYPTED_DATA_ELEMENTS option.
|
| SecurityContextTokenTest |
A set of tests for SecurityContextTokens.
|
| SignatureAKITest |
A set of test-cases for signing and verifying SOAP requests using the Merlin AKI Crypto implementation.
|
| SignatureAlgorithmSuiteTest |
A set of test-cases for signing and verifying SOAP requests when specifying an
AlgorithmSuite policy.
|
| SignatureCertConstraintsTest |
A set of test-cases for signing and verifying SOAP requests, where the certificate used to
verify the signature is validated against a set of cert constraints.
|
| SignatureCertTest |
This is a test for WSS-40.
|
| SignatureCRLTest |
This is a test for Certificate Revocation List checking.
|
| SignatureEncryptionTest |
A set of tests for combined signature/encryption, verification/decryption.
|
| SignatureIssuerCertConstraintsTest |
A set of test-cases for signing and verifying SOAP requests, where the issuer of the certificate used to
verify the signature is validated against a set of cert constraints.
|
| SignatureKeyValueTest |
This class tests signing where the the public key is transmitted in the message via
a ds:KeyInfo/ds:KeyValue element.
|
| SignaturePartsTest |
This is some unit tests for signing using signature parts.
|
| SignaturePrefixListTest |
A test-case for WSS-626 - "Duplicates in the PrefixList".
|
| SignatureProviderTest |
A set of test-cases for signing and verifying SOAP requests using a specific provider
|
| SignatureTest |
A set of test-cases for signing and verifying SOAP requests.
|
| SignatureWSS651Test |
Test signing with an existing wsu namespace defined with a different prefix to "wsu"
|
| SignedBSTTest |
This is a test for signing the SOAP Body as well as the BinarySecurityToken that contains the certificate
used to verify the signature.
|
| SKISignatureTest |
WS-Security Test Case for SubjectKeyIdentifier.
|
| STRSignatureTest |
WS-Security Test Case for signature creation/validation using the
SecurityTokenReference transform.
|
| SymmetricSignatureTest |
Test symmetric key signature created using an encrypted key
Demonstrates that Signature Crypto object can have null values when
calling processSecurityHeader method of WSSecurityEngine.
|
| TestMessageTransformer |
Applies message transformations to the tests in
org.apache.wss4j.dom.message.RequireSignedEncryptedDataElementsTest
|
| TimestampTest |
WS-Security Test Case for Timestamps.
|
| UsernameTokenTest |
WS-Security Test Case for UsernameTokens.
|
| UTDerivedKeyTest |
WS-Security Test Case for UsernameToken Key Derivation, as defined in the
UsernameTokenProfile 1.1 specification.
|
| UTSignatureTest |
WS-Security Test Case for UsernameToken Key Derivation, as defined in the
UsernameTokenProfile 1.1 specification.
|
| XOPAttachmentTest |
Test for creating / processing an xop:Include inside a CipherValue Element
|