Uses of Class
org.opensaml.xmlsec.mock.SignableSimpleXMLObject
-
Packages that use SignableSimpleXMLObject Package Description org.opensaml.xmlsec.encryption.support.tests org.opensaml.xmlsec.mock org.opensaml.xmlsec.signature.support.tests -
-
Uses of SignableSimpleXMLObject in org.opensaml.xmlsec.encryption.support.tests
Fields in org.opensaml.xmlsec.encryption.support.tests declared as SignableSimpleXMLObject Modifier and Type Field Description private SignableSimpleXMLObjectSimpleDecryptionTest. targetObjectMethods in org.opensaml.xmlsec.encryption.support.tests with parameters of type SignableSimpleXMLObject Modifier and Type Method Description private 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 SignableSimpleXMLObject Modifier and Type Field Description private XMLObjectChildrenList<SignableSimpleXMLObject>SignableSimpleXMLObject. simpleXMLObjectsChild SimpleXMLObjectsMethods in org.opensaml.xmlsec.mock that return SignableSimpleXMLObject Modifier and Type Method Description SignableSimpleXMLObjectSignableSimpleXMLObjectBuilder. buildObject()SignableSimpleXMLObjectSignableSimpleXMLObjectBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Methods in org.opensaml.xmlsec.mock that return types with arguments of type SignableSimpleXMLObject Modifier and Type Method Description List<SignableSimpleXMLObject>SignableSimpleXMLObject. 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 SignableSimpleXMLObject Modifier and Type Method Description private SignableSimpleXMLObjectDetachedSignatureTest. getXMLObjectWithSignature()Creates a XMLObject that has another XMLObject and a Signature as children.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.
-