Modifier and Type | Method and Description |
---|---|
EName |
ECrlValidatedID.getCrlissuer() |
EName |
EIssuerAndSerialNumber.getIssuer() |
Modifier and Type | Method and Description |
---|---|
EName |
ECertTemplate.getIssuer() |
EName |
ECertTemplate.getSubject() |
Modifier and Type | Method and Description |
---|---|
void |
ECertTemplate.setIssuer(EName issuer) |
void |
ECertTemplate.setSubject(EName subject) |
Modifier and Type | Method and Description |
---|---|
EName |
EResponseData.getResponderIdByName() |
EName |
EResponderID.getResponderIdByName() |
Constructor and Description |
---|
EResponderID(EName name) |
Modifier and Type | Method and Description |
---|---|
EName |
ECertificationRequestInfo.getSubject() |
Modifier and Type | Method and Description |
---|---|
void |
ECertificationRequestInfo.setSubject(EName aSubject) |
Constructor and Description |
---|
ECertificationRequest(long version,
EName subject,
ESubjectPublicKeyInfo subjectPKInfo,
EAttributes attributes) |
Modifier and Type | Method and Description |
---|---|
EName |
EName.clone() |
EName |
ECRLDistributionPoint.getCRLIssuer() |
EName |
ECertificate.getCRLIssuer() |
EName |
EGeneralName.getDirectoryName() |
EName |
ETBSCertList.getIssuer() |
EName |
ETBSCertificate.getIssuer() |
EName |
ECRL.getIssuer() |
EName |
ECertificate.getIssuer()
Returns issuer name of Certificate
|
EName |
ETBSCertificate.getSubject() |
EName |
ECertificate.getSubject()
Returns subject name of Certificate
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EName> |
ECRLDistributionPoints.getDnIssuers() |
java.util.List<EName> |
ECRLDistributionPoints.getHttpIssuers() |
java.util.List<EName> |
ECRLDistributionPoints.getLdapIssuers() |
Modifier and Type | Method and Description |
---|---|
boolean |
EGeneralSubtree.excludes(EName aName) |
boolean |
ECertificateIssuer.hasIssuer(EName aIssuer) |
static boolean |
EGeneralNames.hasMatch(EGeneralNames iList,
EName iName) |
boolean |
EName.isSubNameOf(EName aName)
Checks whether EName is Utf8String or not.
|
static boolean |
EName.isSubNameOf(EName iName,
EName iBaseName) |
boolean |
EGeneralSubtree.permits(EName aName) |
void |
EGeneralName.setDirectoryName(EName value) |
void |
ETBSCertList.setIssuer(EName aName) |
void |
ETBSCertificate.setIssuer(EName aIssuer) |
void |
ETBSCertificate.setSubject(EName aSubject) |
Constructor and Description |
---|
EStreamedCRL(EVersion aVersion,
EName aIssuer,
java.util.Calendar aThisUpdate,
java.util.Calendar aNextUpdate,
EExtensions aSilExtensions,
EStreamedCRL.RevokedListFetcher aIptalListesi,
tr.gov.tubitak.uekae.esya.api.common.crypto.BaseSigner signer,
java.lang.String digestAlg,
EAlgorithmIdentifier digestAlgId,
EAlgorithmIdentifier aSignatureAlgId) |
ETBSCertificate(long aVersion,
java.math.BigInteger aSerialNumber,
EAlgorithmIdentifier aSignatureAlg,
EName aIssuer,
java.util.Calendar aNotBefore,
java.util.Calendar aNotAfter,
EName aSubject,
ESubjectPublicKeyInfo aSubjectPublicKeyInfo,
byte[] aIssuerUniqueId,
byte[] aSubjectUniqueId,
EExtensions aExtensions) |
ETBSCertList(long aVersion,
EAlgorithmIdentifier aSignatureAlg,
EName aIssuer,
java.util.Calendar aThisUpdate,
java.util.Calendar aNextUpdate,
ERevokedCertificateElement[] aRevokedCerts,
EExtensions aExtensions) |
Copyright © 2025. All rights reserved.