Uses of Class
org.opensaml.xmlsec.mock.SignableSimpleXMLObject
Packages that use SignableSimpleXMLObject
Package
Description
-
Uses of SignableSimpleXMLObject in org.opensaml.xmlsec.encryption.support.tests
Fields in org.opensaml.xmlsec.encryption.support.tests declared as SignableSimpleXMLObjectModifier and TypeFieldDescriptionprivate SignableSimpleXMLObjectSimpleDecryptionTest.targetObjectMethods in org.opensaml.xmlsec.encryption.support.tests with parameters of type SignableSimpleXMLObjectModifier and TypeMethodDescriptionprivate List<EncryptedKey>ChainingEncryptedKeyResolverTest.getEncryptedKeys(SignableSimpleXMLObject sxo) Extract all the EncryptedKey's from the SignableSimpleXMLObject.private List<EncryptedKey>SimpleKeyInfoReferenceEncryptedKeyResolverTest.getEncryptedKeys(SignableSimpleXMLObject sxo) Extract all the EncryptedKey's from the SimpleXMLObject.private List<EncryptedKey>SimpleRetrievalMethodEncryptedKeyResolverTest.getEncryptedKeys(SignableSimpleXMLObject sxo) Extract all the EncryptedKey's from the SimpleXMLObject. -
Uses of SignableSimpleXMLObject in org.opensaml.xmlsec.mock
Fields in org.opensaml.xmlsec.mock with type parameters of type SignableSimpleXMLObjectMethods in org.opensaml.xmlsec.mock that return SignableSimpleXMLObjectModifier and TypeMethodDescriptionSignableSimpleXMLObjectBuilder.buildObject()SignableSimpleXMLObjectBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Methods in org.opensaml.xmlsec.mock that return types with arguments of type SignableSimpleXMLObjectModifier and TypeMethodDescriptionSignableSimpleXMLObject.getSimpleXMLObjects()Gets the list of child SimpleXMLObjects. -
Uses of SignableSimpleXMLObject in org.opensaml.xmlsec.signature.support.tests
Methods in org.opensaml.xmlsec.signature.support.tests that return SignableSimpleXMLObjectModifier and TypeMethodDescriptionprivate SignableSimpleXMLObjectDetachedSignatureTest.getXMLObjectWithSignature()Creates a XMLObject that has another XMLObject and a Signature as children.private SignableSimpleXMLObjectEnvelopedSignatureRSASSA_PSSTest.getXMLObjectWithSignature()Creates a XMLObject that has a Signature child element.private SignableSimpleXMLObjectEnvelopedSignatureTest.getXMLObjectWithSignature()Creates a XMLObject that has a Signature child element.private SignableSimpleXMLObjectHMACSignatureTest.getXMLObjectWithSignature(boolean useHMACOutputLength) Creates a XMLObject that has a Signature child element.