private static void |
MakeXmlSignature.sign(javax.xml.crypto.dsig.XMLSignatureFactory fac,
ExternalSignature externalSignature,
XmlLocator locator,
org.apache.jcp.xml.dsig.internal.dom.DOMSignedInfo si,
javax.xml.crypto.dsig.XMLObject xo,
javax.xml.crypto.dsig.keyinfo.KeyInfo ki,
java.lang.String signatureId) |
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype,
SignaturePolicyInfo signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype,
org.bouncycastle.asn1.esf.SignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
MakeXmlSignature.signXades(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
boolean includeSignaturePolicy) |
Signs the xml with XAdES BES using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXadesBes(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain) |
Signs the xml with XAdES BES using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXadesEpes(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain) |
Signs the xml with XAdES BES using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain) |
Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
java.security.PublicKey publicKey) |
Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
javax.xml.crypto.dsig.keyinfo.KeyInfo keyInfo) |
Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
private static void |
MakeXmlSignature.verifyArguments(XmlSignatureAppearance sap,
ExternalSignature externalSignature) |
|