Package | Description |
---|---|
kz.gamma.asn1.cmp |
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
|
kz.gamma.asn1.crmf | |
kz.gamma.asn1.dvcs |
Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.
|
kz.gamma.asn1.ocsp | |
kz.gamma.asn1.tsp | |
kz.gamma.asn1.x509 | |
kz.gamma.asn1.x509.qualified | |
kz.gamma.jce.provider | |
kz.gamma.tsp | |
kz.gamma.x509 |
Modifier and Type | Field and Description |
---|---|
private GeneralName |
PKIHeader.recipient |
private GeneralName |
PKIHeader.sender |
Modifier and Type | Method and Description |
---|---|
GeneralName |
PKIHeader.getRecipient() |
GeneralName |
PKIHeader.getSender() |
Modifier and Type | Field and Description |
---|---|
private GeneralName |
CertId.issuer |
private GeneralName |
SinglePubInfo.pubLocation |
Modifier and Type | Method and Description |
---|---|
GeneralName |
CertId.getIssuer() |
GeneralName |
SinglePubInfo.getPubLocation() |
Modifier and Type | Field and Description |
---|---|
private GeneralName |
DVCSErrorNotice.transactionIdentifier |
Modifier and Type | Method and Description |
---|---|
GeneralName |
DVCSErrorNotice.getTransactionIdentifier() |
Modifier and Type | Method and Description |
---|---|
void |
DVCSRequestInformationBuilder.setDataLocations(GeneralName dataLocation) |
void |
DVCSRequestInformationBuilder.setDVCS(GeneralName dvcs) |
void |
DVCSRequestInformationBuilder.setRequester(GeneralName requester) |
Constructor and Description |
---|
DVCSErrorNotice(PKIStatusInfo status,
GeneralName transactionIdentifier) |
Modifier and Type | Field and Description |
---|---|
(package private) GeneralName |
TBSRequest.requestorName |
Modifier and Type | Method and Description |
---|---|
GeneralName |
TBSRequest.getRequestorName() |
Constructor and Description |
---|
TBSRequest(GeneralName requestorName,
ASN1Sequence requestList,
X509Extensions requestExtensions) |
Modifier and Type | Field and Description |
---|---|
(package private) GeneralName |
TSTInfo.tsa |
Modifier and Type | Method and Description |
---|---|
GeneralName |
TSTInfo.getTsa() |
Constructor and Description |
---|
TSTInfo(DERObjectIdentifier tsaPolicyId,
MessageImprint messageImprint,
DERInteger serialNumber,
DERGeneralizedTime genTime,
Accuracy accuracy,
DERBoolean ordering,
DERInteger nonce,
GeneralName tsa,
X509Extensions extensions) |
Modifier and Type | Field and Description |
---|---|
(package private) GeneralName |
AccessDescription.accessLocation |
private GeneralName |
GeneralSubtree.base |
private GeneralName |
RoleSyntax.roleName |
private GeneralName |
Target.targGroup |
private GeneralName |
Target.targName |
Modifier and Type | Method and Description |
---|---|
GeneralName |
AccessDescription.getAccessLocation() |
GeneralName |
GeneralSubtree.getBase() |
static GeneralName |
GeneralName.getInstance(ASN1TaggedObject tagObj,
boolean explicit) |
static GeneralName |
GeneralName.getInstance(java.lang.Object obj) |
GeneralName[] |
GeneralNames.getNames() |
GeneralName |
RoleSyntax.getRoleName()
Gets the role name of this RoleSyntax.
|
GeneralName |
Target.getTargetGroup() |
GeneralName |
Target.getTargetName() |
Constructor and Description |
---|
AccessDescription(DERObjectIdentifier oid,
GeneralName location)
create an AccessDescription with the oid and location provided.
|
AuthorityInformationAccess(DERObjectIdentifier oid,
GeneralName location)
create an AuthorityInformationAccess with the oid and location provided.
|
GeneralNames(GeneralName name)
Construct a GeneralNames object containing one GeneralName.
|
GeneralSubtree(GeneralName base) |
GeneralSubtree(GeneralName base,
java.math.BigInteger minimum,
java.math.BigInteger maximum)
Constructor from a given details.
|
RoleSyntax(GeneralName roleName)
Constructor.
|
RoleSyntax(GeneralNames roleAuthority,
GeneralName roleName)
Constructor.
|
Target(int type,
GeneralName name)
Constructor from given details.
|
Modifier and Type | Field and Description |
---|---|
(package private) GeneralName[] |
SemanticsInformation.nameRegistrationAuthorities |
Modifier and Type | Method and Description |
---|---|
GeneralName[] |
SemanticsInformation.getNameRegistrationAuthorities() |
Constructor and Description |
---|
SemanticsInformation(DERObjectIdentifier semanticsIdentifier,
GeneralName[] generalNames) |
SemanticsInformation(GeneralName[] generalNames) |
Modifier and Type | Method and Description |
---|---|
void |
PKIXNameConstraints.checkExcluded(GeneralName name)
Check if the given GeneralName is contained in the excluded set.
|
void |
PKIXNameConstraints.checkPermitted(GeneralName name)
Checks if the given GeneralName is in the permitted set.
|
private java.lang.String |
PKIXNameConstraints.extractNameAsString(GeneralName name) |
Modifier and Type | Field and Description |
---|---|
(package private) GeneralName |
TimeStampTokenGenerator.tsa |
Modifier and Type | Method and Description |
---|---|
GeneralName |
TimeStampTokenInfo.getTsa() |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampTokenGenerator.setTSA(GeneralName tsa) |
Modifier and Type | Method and Description |
---|---|
void |
X509AttributeCertStoreSelector.addTargetGroup(GeneralName group)
Adds a target group criterion for the attribute certificate to the target
information extension criteria.
|
void |
X509AttributeCertStoreSelector.addTargetName(GeneralName name)
Adds a target name criterion for the attribute certificate to the target
information extension criteria.
|
private java.lang.Object[] |
AttributeCertificateHolder.getNames(GeneralName[] names) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.