|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MOAApplicationException in at.gv.egovernment.moa.spss.server.iaik.pki |
Constructors in at.gv.egovernment.moa.spss.server.iaik.pki that throw MOAApplicationException | |
PKIProfileImpl(ConfigurationProvider config,
String trustProfileID)
Create a new PKIProfileImpl . |
Uses of MOAApplicationException in at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore |
Constructors in at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore that throw MOAApplicationException | |
TrustStoreProfileImpl(ConfigurationProvider config,
String trustProfileId)
Create a new TrustStoreProfileImpl . |
Uses of MOAApplicationException in at.gv.egovernment.moa.spss.server.invoke |
Methods in at.gv.egovernment.moa.spss.server.invoke that throw MOAApplicationException | |
static at.gv.egovernment.moa.spss.api.xmlsign.CreateTransformsInfoProfileExplicit |
ProfileMapper.mapCreateTransformsInfoProfile(at.gv.egovernment.moa.spss.api.xmlsign.CreateTransformsInfoProfile profile,
ConfigurationProvider config)
Map a CreateTransformsInfoProfile to a
CreateTransformsInfoProfileExplicit . |
static at.gv.egovernment.moa.spss.api.xmlsign.CreateSignatureEnvironmentProfileExplicit |
ProfileMapper.mapCreateSignatureEnvironmentProfile(at.gv.egovernment.moa.spss.api.xmlsign.CreateSignatureEnvironmentProfile profile,
ConfigurationProvider config)
Map a CreateSignatureEnvironmentProfile to a
CreateSignatureEnvironmentProfileExplicit . |
static List |
ProfileMapper.mapSupplementProfiles(List profiles,
ConfigurationProvider config)
Map a List of SupplementProfile s to their
explicit representation. |
static at.gv.egovernment.moa.spss.api.xmlverify.SupplementProfileExplicit |
ProfileMapper.mapSupplementProfile(at.gv.egovernment.moa.spss.api.xmlverify.SupplementProfile profile,
ConfigurationProvider config)
Map a SupplementProfile to a
SupplementProfileExplicit . |
static List |
ProfileMapper.mapVerifyTransformsInfoProfiles(List profiles,
ConfigurationProvider config)
Map a List of VerifyTransformsInfoProfile s to
their explicit representation. |
static at.gv.egovernment.moa.spss.api.xmlverify.VerifyTransformsInfoProfileExplicit |
ProfileMapper.mapVerifyTransformsInfoProfile(at.gv.egovernment.moa.spss.api.xmlverify.VerifyTransformsInfoProfile profile,
ConfigurationProvider config)
Map a VerifyTransformsInfoProfile to a
VerifyTransformsInfoProfileExplicit . |
InputStream |
ExternalURIResolver.resolve(String uriStr)
Return a stream to data at the given URI. |
iaik.server.modules.xmlsign.XMLSignatureCreationProfile |
XMLSignatureCreationProfileFactory.createProfile(at.gv.egovernment.moa.spss.api.xmlsign.SingleSignatureInfo singleSignatureInfo)
Create a XMLSignatureCreationProfile for the given
SingleSignatureInfo object.. |
void |
VerifyCMSSignatureResponseBuilder.addResult(iaik.server.modules.cmsverify.CMSSignatureVerificationResult result)
Add a verification result to the response. |
iaik.server.modules.xml.XMLDataObject |
DataObjectFactory.createSignatureEnvironment(at.gv.egovernment.moa.spss.api.common.Content content,
List supplements)
Return the signature environment, i.e., the root element of the document, into which the signature will be inserted (if created) or which contains the signature (if verified). |
iaik.server.modules.xml.DataObject |
DataObjectFactory.createFromSignatureEnvironment(org.w3c.dom.Element signatureEnvironment,
String uri,
String referenceID)
Create an XMLDataObject from the given signature environment. |
iaik.server.modules.xml.DataObject |
DataObjectFactory.createFromContentOptionalRefType(at.gv.egovernment.moa.spss.api.common.Content content,
String referenceID,
boolean allowContentAndReference,
boolean binaryAsXml,
boolean xmlAsNodeList,
boolean referenceAsXml)
Create a DataObject from a Content object. |
iaik.server.modules.xml.DataObject |
DataObjectFactory.createFromXmlDataObjectAssociation(at.gv.egovernment.moa.spss.api.common.XMLDataObjectAssociation xmlDataObjAssoc,
boolean xmlContentAllowed,
boolean binaryContentRepeatable)
Create a DataObject from a
XMLDataObjectAssociation object. |
iaik.server.modules.xml.DataObject |
DataObjectFactory.createFromTransformParameter(at.gv.egovernment.moa.spss.api.xmlverify.TransformParameter transformParameter)
Create a DataObject from a TransformParameter
object. |
iaik.server.modules.xml.DataObject |
DataObjectFactory.createFromURI(String uri,
boolean asXml)
Create a DataObject from data located at the given URI. |
static org.w3c.dom.Element |
InvokerUtils.evaluateSignatureLocation(org.w3c.dom.Element root,
at.gv.egovernment.moa.spss.api.common.ElementSelector location)
Select the signature parent element. |
void |
VerifyXMLSignatureResponseBuilder.setResult(iaik.server.modules.xmlverify.XMLSignatureVerificationResult result,
iaik.server.modules.xmlverify.XMLSignatureVerificationProfile profile,
at.gv.egovernment.moa.spss.api.xmlverify.ReferencesCheckResult transformsSignatureManifestCheck)
Sets the verification result to the response. |
iaik.server.modules.xml.Transformation |
TransformationFactory.createTransformation(at.gv.egovernment.moa.spss.api.common.Transform transform)
Create a Transformation based on a
Transform object. |
List |
TransformationFactory.createTransformationList(List transforms)
Create a List of Transformation s from a
List of Transform s. |
iaik.server.modules.xmlverify.XMLSignatureVerificationProfile |
XMLSignatureVerificationProfileFactory.createProfile()
Create a XMLSignatureCreationProfile from the
VerifyXMLSignaturesRequest and the current MOA configuration. |
List |
XMLSignatureVerificationProfileFactory.buildTransformationSupplements()
Build supplemental data objects used in the transformations. |
Uses of MOAApplicationException in at.gv.egovernment.moa.spss.server.service |
Methods in at.gv.egovernment.moa.spss.server.service that throw MOAApplicationException | |
static void |
ServiceUtils.validateRequest(org.w3c.dom.Element[] request)
Schema-validate a request. |
static org.w3c.dom.Element |
ServiceUtils.reparseRequest(org.w3c.dom.Element request)
Reparse the request with schema-validation turned on so that ID references are resolved. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |