| Modifier and Type | Method and Description |
|---|---|
Context |
SignedDocument.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedDocument.construct(org.w3c.dom.Document aDocument,
Context aContext) |
static XMLSignature |
XMLSignature.parse(Document aDocument,
Context aContext) |
static XMLSignature |
XMLSignature.parse(org.w3c.dom.Document w3cDocument,
Context aContext) |
| Constructor and Description |
|---|
SignedDocument(Context aContext) |
SignedDocument(Document aDocument,
Context aContext) |
SignedDocument(org.w3c.dom.Document aDocument,
Context aContext) |
XMLSignature(Context aContext)
Construct new Signature according to context
|
XMLSignature(Context aContext,
boolean aRoot)
Create new XMLSignature
|
XMLSignature(org.w3c.dom.Element aElement,
Context aContext)
Construct Signature from existing
|
| Modifier and Type | Method and Description |
|---|---|
static SignatureFormat |
SignatureFormatSupport.construct(SignatureType aType,
Context aContext,
XMLSignature aSignature) |
| Modifier and Type | Field and Description |
|---|---|
protected Context |
BaseSignatureFormat.mContext |
| Constructor and Description |
|---|
A(Context aContext,
XMLSignature aSignature) |
BaseSignatureFormat(Context aContext,
XMLSignature aSignature) |
BES(Context aContext,
XMLSignature aSignature) |
C(Context aContext,
XMLSignature aSignature) |
EPES(Context aContext,
XMLSignature aSignature) |
T(Context aContext,
XMLSignature aSignature) |
X(Context aContext,
XMLSignature aSignature) |
XL(Context aContext,
XMLSignature aSignature) |
XMLDSig(Context aBaglam,
XMLSignature aSignature) |
| Modifier and Type | Field and Description |
|---|---|
protected Context |
BaseElement.mContext |
| Modifier and Type | Method and Description |
|---|---|
Context |
BaseElement.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static KeyInfoElement |
KeyInfo.resolve(org.w3c.dom.Element aElement,
Context aBaglam) |
| Constructor and Description |
|---|
Any(Context aContext)
Construct new BaseElement according to context
|
Any(org.w3c.dom.Element aElement,
Context aContext)
Construct Any from existing
|
BaseElement(Context aContext)
Construct new BaseElement according to context
|
BaseElement(org.w3c.dom.Element aElement,
Context aContext)
Construct BaseElement from existing
|
KeyInfo(Context aBaglam) |
KeyInfo(org.w3c.dom.Element aElement,
Context aContext)
Construct KeyInfo from existing
|
Manifest(Context aBaglam) |
Manifest(org.w3c.dom.Element aElement,
Context aContext)
Construct Manifest from existing
|
Reference(Context aBaglam) |
Reference(org.w3c.dom.Element aElement,
Context aContext)
Construct Reference from existing
|
SignedInfo(Context aBaglam) |
SignedInfo(org.w3c.dom.Element aElement,
Context aContext)
Construct SignedInfo from existing
|
Transform(Context aContext,
java.lang.String aAlgorithm)
Transform constructor for given algorithm
|
Transform(Context aContext,
java.lang.String aAlgorithm,
org.w3c.dom.Element aParamsElement)
Generic constructor for transformation with unknown transform parameter
object.
|
Transform(Context aContext,
java.lang.String aAlgorithm,
java.lang.String aXPathExpression,
java.util.Map<java.lang.String,java.lang.String> aPrefixToNamespaceMap)
Transform constructor for XPath
|
Transform(org.w3c.dom.Element aElement,
Context aContext)
Construct Transform from existing
|
Transforms(Context aBaglam) |
Transforms(org.w3c.dom.Element aElement,
Context aContext)
Construct KeyInfo from existing
|
XMLObject(Context aBaglam) |
XMLObject(org.w3c.dom.Element aElement,
Context aContext)
Construct ds:Object from existing
|
| Constructor and Description |
|---|
DSAKeyValue(Context aBaglam,
java.security.interfaces.DSAPublicKey aKey) |
DSAKeyValue(org.w3c.dom.Element aElement,
Context aContext)
Construct DSAKeyValue from existing
|
ECKeyValue(Context aContext,
gnu.crypto.key.ecdsa.ECDSAPublicKey aPublicKey) |
ECKeyValue(org.w3c.dom.Element aElement,
Context aContext)
Construct KeyValueElement from existing
|
KeyName(org.w3c.dom.Element aElement,
Context aContext)
Construct KeyName from existing
|
KeyValue(Context aBaglam,
java.security.PublicKey aPublicKey) |
KeyValue(org.w3c.dom.Element aElement,
Context aContext)
Construct KeyValue from existing
|
MgmtData(org.w3c.dom.Element aElement,
Context aBaglam) |
PGPData(org.w3c.dom.Element aElement,
Context aContext)
Construct PGPData from existing
|
RetrievalMethod(org.w3c.dom.Element aElement,
Context aContext)
Construct RetrievalMethod from existing
|
RSAKeyValue(Context aBaglam,
java.security.interfaces.RSAPublicKey aKey) |
RSAKeyValue(org.w3c.dom.Element aElement,
Context aContext)
Construct RSAKeyValue from existing
|
SPKIData(org.w3c.dom.Element aElement,
Context aContext)
Construct SPKIData from existing
|
X509Data(Context aBaglam) |
X509Data(org.w3c.dom.Element aElement,
Context aContext)
Construct X509Data from existing
|
| Constructor and Description |
|---|
X509Certificate(Context aBaglam,
byte[] aCertificateBytes) |
X509Certificate(Context aBaglam,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate) |
X509Certificate(org.w3c.dom.Element aElement,
Context aContext)
Construct X509Certificate from existing
|
X509CRL(Context aContext,
byte[] aCRLBytes) |
X509CRL(org.w3c.dom.Element aElement,
Context aContext)
Construct X509CRL from existing
|
X509DataElement(Context aContext) |
X509DataElement(org.w3c.dom.Element aElement,
Context aContext)
Construct X509DataElement from existing
|
X509IssuerSerial(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate) |
X509IssuerSerial(Context aContext,
java.lang.String aIssuerName,
java.math.BigInteger aSerialNumber) |
X509IssuerSerial(org.w3c.dom.Element aElement,
Context aContext)
Construct X509IssuerSerial from existing
|
X509SKI(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate) |
X509SKI(org.w3c.dom.Element aElement,
Context aContext)
Construct X509SKI from existing
|
X509SubjectName(Context aContext,
java.lang.String aSubjectName) |
X509SubjectName(org.w3c.dom.Element aElement,
Context aContext)
Construct KeyInfo from existing
|
| Constructor and Description |
|---|
AllDataObjectsTimeStamp(Context aContext,
XMLSignature aSignature) |
AllDataObjectsTimeStamp(Context aContext,
XMLSignature aSignature,
DigestMethod aDMForTimestamp,
tr.gov.tubitak.uekae.esya.api.infra.tsclient.TSSettings aAyar) |
AllDataObjectsTimeStamp(org.w3c.dom.Element aElement,
Context aContext)
Construct GenericTimeStamp from existing
|
CertDigest(Context aContext) |
CertDigest(org.w3c.dom.Element aElement,
Context aContext) |
CertID(Context aContext) |
CertID(Context aBaglam,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate,
DigestMethod aDigestAlg) |
CertID(org.w3c.dom.Element aElement,
Context aContext)
Mevcut xml yapisindaki elemanı cozmek icin constructor
|
CertifiedRole(Context aBaglam,
tr.gov.tubitak.uekae.esya.asn.attrcert.AttributeCertificate aCertificate) |
CertifiedRole(Context aBaglam,
tr.gov.tubitak.uekae.esya.asn.attrcert.AttributeCertificate aCertificate,
PKIEncodingType aEncoding) |
CertifiedRole(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
ClaimedRole(Context aContext)
Construct new BaseElement according to context
|
ClaimedRole(Context aContext,
java.lang.String aRoleName)
Construct new ClaimedRole according to context
|
ClaimedRole(org.w3c.dom.Element aElement,
Context aContext)
Construct Any from existing
|
CommitmentTypeId(Context aBaglam,
Identifier aIdentifier,
java.lang.String aDescription,
java.util.List<java.lang.String> aDocumentationReferences) |
CommitmentTypeId(org.w3c.dom.Element aElement,
Context aContext)
Construct ObjectIdentifier from existing
|
CommitmentTypeIndication(Context aBaglam,
CommitmentTypeId aCommitmentTypeId,
java.util.List<java.lang.String> aObjectReferences,
boolean aAllSignedDataObjects,
java.util.List<CommitmentTypeQualifier> aCommitmentTypeQualifiers) |
CommitmentTypeIndication(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
CommitmentTypeQualifier(Context aContext)
Construct new BaseElement according to context
|
CommitmentTypeQualifier(Context aContext,
java.lang.String aText)
Construct new CommitmentTypeQualifier according to context
|
CommitmentTypeQualifier(org.w3c.dom.Element aElement,
Context aContext)
Construct Any from existing
|
CounterSignature(Context aBaglam,
XMLSignature aSignature) |
CounterSignature(org.w3c.dom.Element aElement,
Context aContext)
Construct CounterSignature from existing
|
DataObjectFormat(Context aContext,
java.lang.String aObjectReference,
java.lang.String aDescription,
ObjectIdentifier aObjectIdentifier,
java.lang.String aMIMEType,
java.lang.String aEncoding) |
DataObjectFormat(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
DigestAlgAndValue(Context aContext) |
DigestAlgAndValue(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
EncapsulatedPKIData(Context aContext) |
EncapsulatedPKIData(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
Identifier(Context aContext,
int[] aOId) |
Identifier(Context aContext,
java.lang.String uri) |
Identifier(Context aBaglam,
java.lang.String aValue,
java.lang.String aQualifier) |
Identifier(org.w3c.dom.Element aElement,
Context aContext)
Construct Identifier from existing
|
IndividualDataObjectsTimeStamp(Context aContext) |
IndividualDataObjectsTimeStamp(org.w3c.dom.Element aElement,
Context aContext)
Construct GenericTimeStamp from existing
|
ObjectIdentifier(Context aBaglam,
Identifier aIdentifier,
java.lang.String aDescription,
java.util.List<java.lang.String> aDocumentationReferences) |
ObjectIdentifier(org.w3c.dom.Element aElement,
Context aContext)
Construct ObjectIdentifier from existing
|
QualifyingProperties(org.w3c.dom.Element aElement,
Context aContext,
XMLSignature aSignature)
Construct QualifyingProperties from existing
|
QualifyingProperties(XMLSignature aSignature,
Context aContext) |
SignatureProductionPlace(Context aBaglam,
java.lang.String aCity,
java.lang.String aStateOrProvince,
java.lang.String aPostalCode,
java.lang.String aCountryName) |
SignatureProductionPlace(org.w3c.dom.Element aElement,
Context aContext)
Construct SignatureProductionPlace from existing
|
SignatureTimeStamp(Context aContext,
XMLSignature aSignature,
C14nMethod c14nMethod,
DigestMethod aDMForTimestamp,
tr.gov.tubitak.uekae.esya.api.infra.tsclient.TSSettings aAyar) |
SignatureTimeStamp(Context aContext,
XMLSignature aSignature,
DigestMethod aDMForTimestamp,
tr.gov.tubitak.uekae.esya.api.infra.tsclient.TSSettings aAyar) |
SignatureTimeStamp(org.w3c.dom.Element aElement,
Context aContext)
Construct GenericTimeStamp from existing
|
SignedDataObjectProperties(Context aBaglam) |
SignedDataObjectProperties(org.w3c.dom.Element aElement,
Context aContext)
Construct SignedDataObjectProperties from existing
|
SignedProperties(Context aBaglam) |
SignedProperties(org.w3c.dom.Element aElement,
Context aContext)
Construct SignedProperties from existing
|
SignedSignatureProperties(Context aContext) |
SignedSignatureProperties(org.w3c.dom.Element aElement,
Context aContext)
Construct SignedSignatureProperties from existing
|
SignerRole(Context aContext,
CertifiedRole[] aCertifiedRoles) |
SignerRole(Context aContext,
ClaimedRole[] aClaimedRoles) |
SignerRole(Context aContext,
ClaimedRole[] aClaimedRoles,
CertifiedRole[] aCertifiedRoles) |
SignerRole(org.w3c.dom.Element aElement,
Context aContext)
Construct SignerRole from existing
|
SigningCertificate(Context aBaglam) |
SigningCertificate(org.w3c.dom.Element aElement,
Context aContext)
Construct SigningCertificate from existing
|
UnknownUnsignedSignatureProperty(org.w3c.dom.Element aElement,
Context aContext) |
UnsignedDataObjectProperties(Context aContext)
Construct new BaseElement according to context
|
UnsignedDataObjectProperties(org.w3c.dom.Element aElement,
Context aContext)
Construct Any from existing
|
UnsignedDataObjectProperty(Context aContext)
Construct new BaseElement according to context
|
UnsignedDataObjectProperty(org.w3c.dom.Element aElement,
Context aContext)
Construct UnsignedDataObjectProperty from existing
|
UnsignedProperties(Context aContext,
XMLSignature aSignature) |
UnsignedProperties(org.w3c.dom.Element aElement,
Context aContext,
XMLSignature aSignature)
Construct UnsignedProperties from existing
|
UnsignedSignatureProperties(Context aBaglam,
XMLSignature aSignature) |
UnsignedSignatureProperties(org.w3c.dom.Element aElement,
Context aContext,
XMLSignature aSignature)
Construct UnsignedSignatureProperties from existing
|
XAdESBaseElement(Context aContext) |
XAdESBaseElement(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
| Constructor and Description |
|---|
NoticeReference(Context aContext,
java.lang.String aOrganization,
java.lang.Integer[] aNoticeNumbers) |
NoticeReference(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
PolicyId(Context aBaglam,
Identifier aIdentifier,
java.lang.String aDescription,
java.util.List<java.lang.String> aDocumentationReferences) |
PolicyId(org.w3c.dom.Element aElement,
Context aContext)
Construct ObjectIdentifier from existing
|
SignaturePolicyHash(Context aContext) |
SignaturePolicyHash(org.w3c.dom.Element aElement,
Context aContext) |
SignaturePolicyId(Context aContext,
PolicyId aPolicyId,
Transforms aTransforms,
DigestMethod aDigestMethod,
byte[] digestValue,
java.util.List<SignaturePolicyQualifier> aQualifiers) |
SignaturePolicyId(Context aContext,
PolicyId aPolicyId,
Transforms aTransforms,
DigestMethod aDigestMethod,
java.util.List<SignaturePolicyQualifier> aQualifiers) |
SignaturePolicyId(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
SignaturePolicyIdentifier(Context aContext,
int[] aOID,
java.lang.String aDescription,
java.lang.String aPolicyURI) |
SignaturePolicyIdentifier(Context aContext,
int[] aOID,
java.lang.String aDescription,
java.lang.String aPolicyURI,
java.lang.String userNotice) |
SignaturePolicyIdentifier(Context aContext,
SignaturePolicyId aPolicyId)
Policy identifier constructor for both implicit or explicit signature
policies.
|
SignaturePolicyIdentifier(Context context,
tr.gov.tubitak.uekae.esya.api.signature.attribute.SignaturePolicyIdentifier spi) |
SignaturePolicyIdentifier(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
SignaturePolicyQualifier(Context aContext,
java.lang.String aURI,
SPUserNotice aUserNotice)
Construct new BaseElement according to context
|
SignaturePolicyQualifier(org.w3c.dom.Element aElement,
Context aContext)
Construct Any from existing
|
SPUserNotice(Context aContext,
java.util.List<NoticeReference> aNoticeReferences,
java.util.List<java.lang.String> aExplicitTexts) |
SPUserNotice(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
| Constructor and Description |
|---|
EncapsulatedTimeStamp(Context aContext,
XMLSignature signature,
XAdESTimeStamp parent,
tr.gov.tubitak.uekae.esya.asn.pkixtsp.TimeStampResp aResponse) |
EncapsulatedTimeStamp(org.w3c.dom.Element aElement,
GenericTimeStamp parent,
Context aContext)
Construct XADESBaseElement from existing
|
GenericTimeStamp(Context aContext) |
GenericTimeStamp(org.w3c.dom.Element aElement,
Context aContext)
Construct GenericTimeStamp from existing
|
Include(Context aContext,
java.lang.String aURI,
java.lang.Boolean aReferencedData) |
Include(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
ReferenceInfo(Context aContext,
DigestMethod aDigestMethod,
byte[] aDigestValue,
java.lang.String aURI) |
ReferenceInfo(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
XAdESTimeStamp(Context aContext) |
XAdESTimeStamp(org.w3c.dom.Element aElement,
Context aContext)
Construct GenericTimeStamp from existing
|
XMLTimeStamp(Context aContext)
Construct new BaseElement according to context
|
XMLTimeStamp(org.w3c.dom.Element aElement,
Context aContext)
Construct Any from existing
|
| Constructor and Description |
|---|
ArchiveTimeStamp(Context aContext,
XMLSignature aSignature,
DigestMethod aDMForTimestamp,
tr.gov.tubitak.uekae.esya.api.infra.tsclient.TSSettings aAyar) |
ArchiveTimeStamp(org.w3c.dom.Element aElement,
Context aContext) |
ArchiveTimeStamp132(org.w3c.dom.Element aElement,
Context aContext) |
AttrAuthoritiesCertValues(Context aContext,
tr.gov.tubitak.uekae.esya.asn.attrcert.AttributeCertificate[] aCertificates) |
AttrAuthoritiesCertValues(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
AttributeCertificateRefs(Context aContext) |
AttributeCertificateRefs(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
AttributeRevocationRefs(Context aContext) |
AttributeRevocationRefs(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
AttributeRevocationValues(Context aContext) |
AttributeRevocationValues(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
CertificatesValues(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate[] aCertificates) |
CertificatesValues(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
CertificateValues(Context aContext) |
CertificateValues(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate[] aCertificates) |
CertificateValues(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
CertificateValuesType(Context aContext) |
CertificateValuesType(Context aContext,
tr.gov.tubitak.uekae.esya.asn.attrcert.AttributeCertificate[] aCertificates) |
CertificateValuesType(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate[] aCertificates) |
CertificateValuesType(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
CompleteCertificateRefs(Context aContext) |
CompleteCertificateRefs(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
CompleteRevocationRefs(Context aContext) |
CompleteRevocationRefs(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
CRLIdentifier(Context aContext,
java.lang.String aIssuer,
javax.xml.datatype.XMLGregorianCalendar aIssueTime,
java.math.BigInteger aNumber,
java.lang.String aURI) |
CRLIdentifier(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
CRLReference(Context aContext,
DigestMethod aDigestMethod,
byte[] aDigestValue,
CRLIdentifier aCRLIdentifier) |
CRLReference(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL,
DigestMethod aDigestMethod,
java.lang.String aURI) |
CRLReference(org.w3c.dom.Element aElement,
Context aContext)
Construct CRLReference from existing
|
EncapsulatedCRLValue(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCrl) |
EncapsulatedCRLValue(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
EncapsulatedOCSPValue(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse aOCSPResponse) |
EncapsulatedOCSPValue(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
EncapsulatedX509Certificate(Context aContext,
tr.gov.tubitak.uekae.esya.asn.attrcert.AttributeCertificate aCertificate) |
EncapsulatedX509Certificate(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate) |
EncapsulatedX509Certificate(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
OCSPIdentifier(Context aContext,
ResponderID aResponderID,
javax.xml.datatype.XMLGregorianCalendar aProducedAt,
java.lang.String aURI) |
OCSPIdentifier(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
OCSPReference(Context aContext,
DigestMethod aDigestMethod,
byte[] aDigestValue,
OCSPIdentifier aOCSPId) |
OCSPReference(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse aOcspResponse,
DigestMethod aDigestMethod,
java.lang.String aURI) |
OCSPReference(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
OtherCertStatusReference(Context aContext)
Construct new BaseElement according to context
|
OtherCertStatusReference(org.w3c.dom.Element aElement,
Context aContext)
Construct Any from existing
|
RefsOnlyTimeStamp(Context aContext,
XMLSignature aSignature,
DigestMethod aDMForTimestamp,
tr.gov.tubitak.uekae.esya.api.infra.tsclient.TSSettings aAyar) |
RefsOnlyTimeStamp(org.w3c.dom.Element aElement,
Context aContext)
Construct GenericTimeStamp from existing
|
ResponderID(Context aContext,
byte[] aKey) |
ResponderID(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.ocsp.EResponseData aResponseData) |
ResponderID(Context aContext,
java.lang.String aName) |
ResponderID(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
RevocationValues(Context aContext) |
RevocationValues(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
RevocationValuesType(Context aContext) |
RevocationValuesType(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
SigAndRefsTimeStamp(Context aContext,
XMLSignature aSignature,
DigestMethod aDMForTimestamp,
tr.gov.tubitak.uekae.esya.api.infra.tsclient.TSSettings aAyar) |
SigAndRefsTimeStamp(org.w3c.dom.Element aElement,
Context aContext)
Construct SigAndRefsTimeStamp from existing
|
TimeStampValidationData(Context aContext,
CertificateValues aCertificateValues,
RevocationValues aRevocationValues) |
TimeStampValidationData(org.w3c.dom.Element aElement,
Context aContext) |
| Modifier and Type | Method and Description |
|---|---|
static Context |
XMLProviderUtil.convert(tr.gov.tubitak.uekae.esya.api.signature.Context c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XPointerResolver.isResolvable(java.lang.String aURI,
Context aBaglam) |
boolean |
OfflineResolver.isResolvable(java.lang.String aURI,
Context aBaglam) |
boolean |
IResolver.isResolvable(java.lang.String aURI,
Context aBaglam) |
boolean |
IdResolver.isResolvable(java.lang.String aURI,
Context aContext) |
boolean |
HttpResolver.isResolvable(java.lang.String aURI,
Context aBaglam)
We resolve http URIs without fragment...
|
boolean |
FileResolver.isResolvable(java.lang.String aURI,
Context aBaglam) |
boolean |
DOMResolver.isResolvable(java.lang.String uri,
Context aBaglam) |
boolean |
AnonymousResolver.isResolvable(java.lang.String aURI,
Context aBaglam) |
static Document |
Resolver.resolve(Reference aReference,
Context aContext) |
Document |
XPointerResolver.resolve(java.lang.String aUri,
Context aContext) |
static Document |
Resolver.resolve(java.lang.String aUri,
Context aContext) |
Document |
OfflineResolver.resolve(java.lang.String aURI,
Context aBaglam) |
Document |
IResolver.resolve(java.lang.String aURI,
Context aBaglam) |
Document |
IdResolver.resolve(java.lang.String aURI,
Context aContext) |
StreamingDocument |
HttpResolver.resolve(java.lang.String uri,
Context aContext) |
Document |
FileResolver.resolve(java.lang.String aURI,
Context aContext) |
Document |
DOMResolver.resolve(java.lang.String aURI,
Context aBaglam) |
Document |
AnonymousResolver.resolve(java.lang.String uri,
Context aBaglam) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
CertRevInfoExtractor.collectAllInitialValidationDataFromContextAsParams(Context context) |
tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<CertificateValues,RevocationValues> |
CertRevInfoExtractor.extractValidationDataFromCSI(Context context,
tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.CertificateStatusInfo csi) |
tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<CertificateValues,RevocationValues> |
CertRevInfoExtractor.removeDuplicateReferences(Context context,
XMLSignature signature,
CertificateValues certValues,
RevocationValues revValues,
tr.gov.tubitak.uekae.esya.api.asn.cms.ESignedData data) |
Copyright © 2025. All rights reserved.