Package | Description |
---|---|
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.x509 | |
kz.gamma.x509 |
Modifier and Type | Field and Description |
---|---|
private GeneralNames |
DVCSRequestInformationBuilder.dataLocations |
private GeneralNames |
DVCSRequestInformation.dataLocations |
private GeneralNames |
DVCSRequestInformationBuilder.dvcs |
private GeneralNames |
DVCSRequestInformation.dvcs |
private GeneralNames |
DVCSRequestInformationBuilder.requester |
private GeneralNames |
DVCSRequestInformation.requester |
Modifier and Type | Method and Description |
---|---|
GeneralNames |
DVCSRequestInformation.getDataLocations() |
GeneralNames |
DVCSRequestInformation.getDVCS() |
GeneralNames |
DVCSRequestInformation.getRequester() |
Modifier and Type | Method and Description |
---|---|
void |
DVCSRequestInformationBuilder.setDataLocations(GeneralNames dataLocations) |
void |
DVCSRequestInformationBuilder.setDVCS(GeneralNames dvcs) |
void |
DVCSRequestInformationBuilder.setRequester(GeneralNames requester) |
Modifier and Type | Field and Description |
---|---|
(package private) GeneralNames |
AuthorityKeyIdentifier.certissuer |
(package private) GeneralNames |
DistributionPoint.cRLIssuer |
(package private) GeneralNames |
Holder.entityName |
(package private) GeneralNames |
IssuerSerial.issuer |
(package private) GeneralNames |
V2Form.issuerName |
(package private) GeneralNames |
IetfAttrSyntax.policyAuthority |
private GeneralNames |
RoleSyntax.roleAuthority |
Modifier and Type | Method and Description |
---|---|
GeneralNames |
AuthorityKeyIdentifier.getAuthorityCertIssuer() |
GeneralNames |
DistributionPoint.getCRLIssuer() |
GeneralNames |
Holder.getEntityName()
Returns the entityName for an v2 attribute certificate or the subjectName
for an v1 attribute certificate.
|
static GeneralNames |
GeneralNames.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static GeneralNames |
GeneralNames.getInstance(java.lang.Object obj) |
GeneralNames |
IssuerSerial.getIssuer() |
GeneralNames |
V2Form.getIssuerName() |
GeneralNames |
IetfAttrSyntax.getPolicyAuthority() |
GeneralNames |
RoleSyntax.getRoleAuthority()
Gets the role authority of this RoleSyntax.
|
Constructor and Description |
---|
AttCertIssuer(GeneralNames names)
Don't use this one if you are trying to be RFC 3281 compliant.
|
AuthorityKeyIdentifier(byte[] keyIdentifier,
GeneralNames name,
java.math.BigInteger serialNumber)
create an AuthorityKeyIdentifier with a precomupted key identifier
and the GeneralNames tag and the serial number provided as well.
|
AuthorityKeyIdentifier(GeneralNames name,
java.math.BigInteger serialNumber)
create an AuthorityKeyIdentifier with the GeneralNames tag and
the serial number provided.
|
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki,
GeneralNames name,
java.math.BigInteger serialNumber)
create an AuthorityKeyIdentifier with the GeneralNames tag and
the serial number provided as well.
|
DistributionPoint(DistributionPointName distributionPoint,
ReasonFlags reasons,
GeneralNames cRLIssuer) |
Holder(GeneralNames entityName)
Constructs a holder with an entityName for v2 attribute certificates or
with a subjectName for v1 attribute certificates.
|
Holder(GeneralNames entityName,
int version)
Constructs a holder with an entityName for v2 attribute certificates or
with a subjectName for v1 attribute certificates.
|
IssuerSerial(GeneralNames issuer,
DERInteger serial) |
RoleSyntax(GeneralNames roleAuthority,
GeneralName roleName)
Constructor.
|
V2Form(GeneralNames issuerName) |
Modifier and Type | Method and Description |
---|---|
private GeneralNames |
AttributeCertificateHolder.generateGeneralNames(X509Principal principal) |
Modifier and Type | Method and Description |
---|---|
private java.security.Principal[] |
AttributeCertificateHolder.getPrincipals(GeneralNames names) |
private boolean |
AttributeCertificateIssuer.matchesDN(javax.security.auth.x500.X500Principal subject,
GeneralNames targets) |
private boolean |
AttributeCertificateHolder.matchesDN(X509Principal subject,
GeneralNames targets) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.