Uses of Interface
org.opensaml.xmlsec.signature.Signature
-
Packages that use Signature Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.org.opensaml.xmlsec.signature.support Functional support for XML Signature. -
-
Uses of Signature in org.opensaml.xmlsec.signature
Fields in org.opensaml.xmlsec.signature declared as Signature Modifier and Type Field Description private SignatureAbstractSignableXMLObject. signatureSignature child.Methods in org.opensaml.xmlsec.signature that return Signature Modifier and Type Method Description SignatureAbstractSignableXMLObject. getSignature()Gets the Signature XMLObject.SignatureSignableXMLObject. getSignature()Gets the Signature XMLObject.Methods in org.opensaml.xmlsec.signature with parameters of type Signature Modifier and Type Method Description voidAbstractSignableXMLObject. setSignature(Signature newSignature)Sets the Signature XMLObject.voidSignableXMLObject. setSignature(Signature newSignature)Sets the Signature XMLObject. -
Uses of Signature in org.opensaml.xmlsec.signature.support
Fields in org.opensaml.xmlsec.signature.support declared as Signature Modifier and Type Field Description private SignatureXMLSignatureCredentialContext. sigThe Signature element context.Methods in org.opensaml.xmlsec.signature.support that return Signature Modifier and Type Method Description SignatureXMLSignatureCredentialContext. getSignature()Gets the Signature element context.Methods in org.opensaml.xmlsec.signature.support with parameters of type Signature Modifier and Type Method Description static voidSignatureSupport. prepareSignatureParams(Signature signature, SignatureSigningParameters parameters)Prepare aSignaturewith necessary additional information prior to signing.private static voidSignatureSupport. processContentReferences(Signature signature, SignatureSigningParameters parameters)Prepare the content references.private static voidSignatureSupport. processKeyInfo(Signature signature, SignatureSigningParameters parameters)Prepare the content references.static voidSigner. signObject(Signature signature)Signs a single XMLObject.voidSignerProvider. signObject(Signature signature)Signs a single XMLObject.voidSignaturePrevalidator. validate(Signature signature)Validate the signature according to the requirements represented by the validator.voidSignatureValidationProvider. validate(Signature signature, Credential validationCredential)Validate the given XML Signature using the given candidate validation Credential.static voidSignatureValidator. validate(Signature signature, Credential validationCredential)Validate the given XML Signature using the given candidate validation Credential.Method parameters in org.opensaml.xmlsec.signature.support with type arguments of type Signature Modifier and Type Method Description static voidSigner. signObjects(List<Signature> signatures)Signs the given XMLObject in the order provided.Constructors in org.opensaml.xmlsec.signature.support with parameters of type Signature Constructor Description XMLSignatureCredentialContext(Signature signature)Constructor.
-