Uses of Class
org.w3._2000._09.xmldsig.Signature

Packages that use Signature
be.fgov.ehealth.bcp.protocol.v1   
be.fgov.ehealth.bcp.protocol.v2   
be.fgov.ehealth.certra.protocol.v2   
be.fgov.ehealth.etkra.protocol.v2   
oasis.names.tc.dss._1_0.core.schema   
oasis.names.tc.saml._1_0.assertion   
oasis.names.tc.saml._1_0.protocol   
oasis.names.tc.saml._2_0.assertion   
oasis.names.tc.saml._2_0.protocol   
org.etsi.uri._01903.v1_3   
org.w3._2000._09.xmldsig   
 

Uses of Signature in be.fgov.ehealth.bcp.protocol.v1
 

Methods in be.fgov.ehealth.bcp.protocol.v1 that return Signature
 Signature ServiceList.getSignature()
          Gets the value of the signature property.
 

Methods in be.fgov.ehealth.bcp.protocol.v1 with parameters of type Signature
 void ServiceList.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in be.fgov.ehealth.bcp.protocol.v2
 

Methods in be.fgov.ehealth.bcp.protocol.v2 that return Signature
 Signature ServiceList.getSignature()
          Gets the value of the signature property.
 

Methods in be.fgov.ehealth.bcp.protocol.v2 with parameters of type Signature
 void ServiceList.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in be.fgov.ehealth.certra.protocol.v2
 

Methods in be.fgov.ehealth.certra.protocol.v2 that return Signature
 Signature RevokeRequest.getSignature()
          Enveloped XML signature that signs the entire request element.
 Signature GetCertificateInfoForCitizenRequest.getSignature()
          An enveloped XML signature that signs the entire request.
 Signature GetCertificateInfoForAuthenticationCertificateRequest.getSignature()
          An enveloped XML signature that signs the entire request element.
 Signature GetActorQualitiesRequest.getSignature()
          An enveloped XML signature signing the entire request element.
 Signature GenerateCertificateRequest.getSignature()
          An enveloped XML signature that signs the entire request.
 

Methods in be.fgov.ehealth.certra.protocol.v2 with parameters of type Signature
 void RevokeRequest.setSignature(Signature value)
          Sets the value of the signature property.
 void GetCertificateInfoForCitizenRequest.setSignature(Signature value)
          Sets the value of the signature property.
 void GetCertificateInfoForAuthenticationCertificateRequest.setSignature(Signature value)
          Sets the value of the signature property.
 void GetActorQualitiesRequest.setSignature(Signature value)
          Sets the value of the signature property.
 void GenerateCertificateRequest.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in be.fgov.ehealth.etkra.protocol.v2
 

Methods in be.fgov.ehealth.etkra.protocol.v2 that return Signature
 Signature StartETKRegistrationRequest.getSignature()
          An enveloped XML signature that signs the entire request element.
 Signature CompleteETKRegistrationRequest.getSignature()
          An enveloped XML signature that signs the entire request element.
 Signature ActivateETKRequest.getSignature()
          An enveloped XML signature that signs the entire request element.
 

Methods in be.fgov.ehealth.etkra.protocol.v2 with parameters of type Signature
 void StartETKRegistrationRequest.setSignature(Signature value)
          Sets the value of the signature property.
 void CompleteETKRegistrationRequest.setSignature(Signature value)
          Sets the value of the signature property.
 void ActivateETKRequest.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in oasis.names.tc.dss._1_0.core.schema
 

Methods in oasis.names.tc.dss._1_0.core.schema that return Signature
 Signature Timestamp.getSignature()
          Gets the value of the signature property.
 Signature SignatureObject.getSignature()
          Gets the value of the signature property.
 

Methods in oasis.names.tc.dss._1_0.core.schema with parameters of type Signature
 void Timestamp.setSignature(Signature value)
          Sets the value of the signature property.
 void SignatureObject.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in oasis.names.tc.saml._1_0.assertion
 

Methods in oasis.names.tc.saml._1_0.assertion that return Signature
 Signature Assertion.getSignature()
          Gets the value of the signature property.
 

Methods in oasis.names.tc.saml._1_0.assertion with parameters of type Signature
 void Assertion.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in oasis.names.tc.saml._1_0.protocol
 

Methods in oasis.names.tc.saml._1_0.protocol that return Signature
 Signature ResponseAbstractType.getSignature()
          Gets the value of the signature property.
 Signature RequestAbstractType.getSignature()
          Gets the value of the signature property.
 

Methods in oasis.names.tc.saml._1_0.protocol with parameters of type Signature
 void ResponseAbstractType.setSignature(Signature value)
          Sets the value of the signature property.
 void RequestAbstractType.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in oasis.names.tc.saml._2_0.assertion
 

Methods in oasis.names.tc.saml._2_0.assertion that return Signature
 Signature Assertion.getSignature()
          Gets the value of the signature property.
 

Methods in oasis.names.tc.saml._2_0.assertion with parameters of type Signature
 void Assertion.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in oasis.names.tc.saml._2_0.protocol
 

Methods in oasis.names.tc.saml._2_0.protocol that return Signature
 Signature StatusResponseType.getSignature()
          Gets the value of the signature property.
 Signature RequestAbstractType.getSignature()
          Gets the value of the signature property.
 

Methods in oasis.names.tc.saml._2_0.protocol with parameters of type Signature
 void StatusResponseType.setSignature(Signature value)
          Sets the value of the signature property.
 void RequestAbstractType.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in org.etsi.uri._01903.v1_3
 

Methods in org.etsi.uri._01903.v1_3 that return Signature
 Signature CounterSignature.getSignature()
          Gets the value of the signature property.
 

Methods in org.etsi.uri._01903.v1_3 with parameters of type Signature
 void CounterSignature.setSignature(Signature value)
          Sets the value of the signature property.
 

Uses of Signature in org.w3._2000._09.xmldsig
 

Methods in org.w3._2000._09.xmldsig that return Signature
 Signature ObjectFactory.createSignature()
          Create an instance of Signature
 




Connector Packaging TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.