Uses of Class
org.apache.wss4j.common.crypto.Merlin
Packages that use Merlin
-
Uses of Merlin in org.apache.wss4j.common.crypto
Subclasses of Merlin in org.apache.wss4j.common.cryptoModifier and TypeClassDescriptionclassA Crypto implementation based on two Java KeyStore objects, one being the keystore, and one being the truststore.classA Crypto implementation based on two Java KeyStore objects, one being the keystore, and one being the truststore. -
Uses of Merlin in org.apache.wss4j.stax.ext
Methods in org.apache.wss4j.stax.ext that return types with arguments of type MerlinModifier and TypeMethodDescriptionWSSSecurityProperties.getDecryptionCryptoClass()Returns the decryption crypto classWSSSecurityProperties.getEncryptionCryptoClass()Returns the encryption crypto classWSSSecurityProperties.getSignatureCryptoClass()WSSSecurityProperties.getSignatureVerificationCryptoClass()Method parameters in org.apache.wss4j.stax.ext with type arguments of type MerlinModifier and TypeMethodDescriptionvoidWSSSecurityProperties.setDecryptionCryptoClass(Class<? extends Merlin> decryptionCryptoClass) Sets a custom decryption classvoidWSSSecurityProperties.setEncryptionCryptoClass(Class<? extends Merlin> encryptionCryptoClass) Sets a custom encryption classvoidWSSSecurityProperties.setSignatureCryptoClass(Class<? extends Merlin> signatureCryptoClass) voidWSSSecurityProperties.setSignatureVerificationCryptoClass(Class<? extends Merlin> signatureVerificationCryptoClass)