Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.SignatureProductionPlaceV2
-
Packages that use SignatureProductionPlaceV2 Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of SignatureProductionPlaceV2 in es.uji.crypto.xades.jxades.security.xml.XAdES
Classes in es.uji.crypto.xades.jxades.security.xml.XAdES that implement SignatureProductionPlaceV2 Modifier and Type Class Description class
SignatureProductionPlaceV2Impl
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return SignatureProductionPlaceV2 Modifier and Type Method Description SignatureProductionPlaceV2
BLevelXAdESImpl. getSignatureProductionPlaceV2()
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type SignatureProductionPlaceV2 Modifier and Type Method Description void
BLevelXAdESImpl. setSignatureProductionPlaceV2(SignatureProductionPlaceV2 productionPlace)
void
SignedSignatureProperties. setSignatureProductionPlaceV2(SignatureProductionPlaceV2 signatureProductionPlace)
void
XadesWithBaselineAttributes. setSignatureProductionPlaceV2(SignatureProductionPlaceV2 productionPlace)
Set the production place.Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type SignatureProductionPlaceV2 Constructor Description SignatureProductionPlaceV2Details(org.w3c.dom.Document document, SignedSignatureProperties ssp, SignatureProductionPlaceV2 signatureProductionPlace, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
-