Uses of Class
org.opensaml.xmlsec.mock.SignableSimpleXMLObject
-
Packages that use SignableSimpleXMLObject Package Description org.opensaml.xmlsec.encryption.support org.opensaml.xmlsec.mock org.opensaml.xmlsec.signature.support -
-
Uses of SignableSimpleXMLObject in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support declared as SignableSimpleXMLObject Modifier and Type Field Description private SignableSimpleXMLObjectSimpleDecryptionTest. targetObjectMethods in org.opensaml.xmlsec.encryption.support with parameters of type SignableSimpleXMLObject Modifier and Type Method Description private List<org.opensaml.xmlsec.encryption.EncryptedKey>ChainingEncryptedKeyResolverTest. getEncryptedKeys(SignableSimpleXMLObject sxo)Extract all the EncryptedKey's from the SignableSimpleXMLObject.private List<org.opensaml.xmlsec.encryption.EncryptedKey>SimpleKeyInfoReferenceEncryptedKeyResolverTest. getEncryptedKeys(SignableSimpleXMLObject sxo)Extract all the EncryptedKey's from the SimpleXMLObject.private List<org.opensaml.xmlsec.encryption.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 org.opensaml.core.xml.util.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
Methods in org.opensaml.xmlsec.signature.support 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.
-