Modifier and Type | Field and Description |
---|---|
static GeneralName |
PKIHeader.NULL_NAME
Value for a "null" recipient or sender.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
PKIHeader.getRecipient() |
GeneralName |
PKIHeader.getSender() |
Constructor and Description |
---|
PKIHeader(int pvno,
GeneralName sender,
GeneralName recipient) |
PKIHeaderBuilder(int pvno,
GeneralName sender,
GeneralName recipient) |
Modifier and Type | Method and Description |
---|---|
GeneralName |
CertId.getIssuer() |
GeneralName |
SinglePubInfo.getPubLocation() |
GeneralName |
POPOSigningKeyInput.getSender()
Returns the sender field, or null if authInfo is publicKeyMAC
|
Constructor and Description |
---|
EncKeyWithID(PrivateKeyInfo privKeyInfo,
GeneralName generalName) |
POPOSigningKeyInput(GeneralName sender,
SubjectPublicKeyInfo spki)
Creates a new POPOSigningKeyInput with sender name as authInfo.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
AdmissionSyntax.getAdmissionAuthority() |
GeneralName |
Admissions.getAdmissionAuthority() |
GeneralName |
ProcurationSyntax.getThirdPerson() |
Constructor and Description |
---|
Admissions(GeneralName admissionAuthority,
NamingAuthority namingAuthority,
ProfessionInfo[] professionInfos)
Constructor from a given details.
|
AdmissionSyntax(GeneralName admissionAuthority,
ASN1Sequence contentsOfAdmissions)
Constructor from given details.
|
ProcurationSyntax(String country,
DirectoryString typeOfSubstitution,
GeneralName thirdPerson)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
TBSRequest.getRequestorName() |
Constructor and Description |
---|
TBSRequest(GeneralName requestorName,
ASN1Sequence requestList,
X509Extensions requestExtensions) |
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 | Method and Description |
---|---|
GeneralName |
AccessDescription.getAccessLocation() |
GeneralName |
GeneralSubtree.getBase() |
static GeneralName |
GeneralName.getInstance(ASN1TaggedObject tagObj,
boolean explicit) |
static GeneralName |
GeneralName.getInstance(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,
BigInteger minimum,
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 | Method and Description |
---|---|
GeneralName[] |
SemanticsInformation.getNameRegistrationAuthorities() |
Constructor and Description |
---|
SemanticsInformation(DERObjectIdentifier semanticsIdentifier,
GeneralName[] generalNames) |
SemanticsInformation(GeneralName[] generalNames) |
Constructor and Description |
---|
ProtectedPKIMessageBuilder(GeneralName sender,
GeneralName recipient)
Commence a message with the header version CMP_2000.
|
ProtectedPKIMessageBuilder(int pvno,
GeneralName sender,
GeneralName recipient)
Commence a message with a specific header type.
|
Modifier and Type | Method and Description |
---|---|
CertificateRequestMessageBuilder |
CertificateRequestMessageBuilder.setAuthInfoSender(GeneralName sender) |
ProofOfPossessionSigningKeyBuilder |
ProofOfPossessionSigningKeyBuilder.setSender(GeneralName name) |
Constructor and Description |
---|
PKIArchiveControlBuilder(PrivateKeyInfo privateKeyInfo,
GeneralName generalName)
Basic constructor - specify the contents of the PKIArchiveControl structure.
|
Constructor and Description |
---|
JcaPKIArchiveControlBuilder(PrivateKey privateKey,
GeneralName generalName) |
Modifier and Type | Method and Description |
---|---|
GeneralName |
OCSPReq.getRequestorName() |
Modifier and Type | Method and Description |
---|---|
OCSPReqBuilder |
OCSPReqBuilder.setRequestorName(GeneralName requestorName) |
Modifier and Type | Method and Description |
---|---|
void |
X509AttributeCertificateSelectorBuilder.addTargetGroup(GeneralName group)
Adds a target group criterion for the attribute certificate to the target
information extension criteria.
|
void |
X509AttributeCertificateSelectorBuilder.addTargetName(GeneralName name)
Adds a target name criterion for the attribute certificate to the target
information extension criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
PKIXNameConstraintValidator.checkExcluded(GeneralName name)
Check if the given GeneralName is contained in the excluded set.
|
void |
PKIXNameConstraintValidator.checkPermitted(GeneralName name)
Checks if the given GeneralName is in the permitted set.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
OCSPReq.getRequestorName() |
Modifier and Type | Method and Description |
---|---|
void |
OCSPReqGenerator.setRequestorName(GeneralName requestorName) |
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)
Deprecated.
Adds a target group criterion for the attribute certificate to the target
information extension criteria.
|
void |
X509AttributeCertStoreSelector.addTargetName(GeneralName name)
Deprecated.
Adds a target name criterion for the attribute certificate to the target
information extension criteria.
|
Copyright © 2015. All rights reserved.