| Package | Description |
|---|---|
| org.xipki.ca.api | |
| org.xipki.ca.api.mgmt | |
| org.xipki.ca.api.mgmt.entry |
| Modifier and Type | Method and Description |
|---|---|
NameId |
CertificateInfo.getIssuer() |
NameId |
CertificateInfo.getProfile() |
NameId |
CertificateInfo.getRequestor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NameId.equals(NameId obj,
boolean ignoreId) |
| Constructor and Description |
|---|
CertificateInfo(CertWithDbId cert,
org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey,
NameId issuer,
org.xipki.security.X509Cert issuerCert,
NameId profile,
NameId requestor) |
| Modifier and Type | Method and Description |
|---|---|
NameId |
RequestorInfo.getIdent() |
NameId |
RequestorInfo.ByCaRequestorInfo.getIdent() |
NameId |
RequestorInfo.CmpRequestorInfo.getIdent() |
NameId |
RequestorInfo.ByUserRequestorInfo.getIdent() |
NameId |
MgmtMessage.CaEntryWrapper.getIdent() |
| Modifier and Type | Method and Description |
|---|---|
void |
MgmtMessage.CaEntryWrapper.setIdent(NameId ident) |
| Constructor and Description |
|---|
ByCaRequestorInfo(NameId ident) |
ByUserRequestorInfo(NameId ident,
CaHasUserEntry caHasUser) |
| Modifier and Type | Method and Description |
|---|---|
NameId |
PublisherEntry.getIdent() |
NameId |
ChangeUserEntry.getIdent() |
NameId |
CaEntry.getIdent() |
NameId |
RequestorEntry.getIdent() |
NameId |
ChangeCaEntry.getIdent() |
NameId |
AddUserEntry.getIdent() |
NameId |
CertprofileEntry.getIdent() |
NameId |
UserEntry.getIdent() |
NameId |
CaHasRequestorEntry.getRequestorIdent() |
NameId |
CaHasUserEntry.getUserIdent() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublisherEntry.setIdent(NameId ident) |
void |
ChangeUserEntry.setIdent(NameId ident) |
void |
RequestorEntry.setIdent(NameId ident) |
void |
ChangeCaEntry.setIdent(NameId ident) |
void |
AddUserEntry.setIdent(NameId ident) |
void |
CertprofileEntry.setIdent(NameId ident) |
void |
UserEntry.setIdent(NameId ident) |
void |
CaHasRequestorEntry.setRequestorIdent(NameId requestorIdent) |
void |
CaHasUserEntry.setUserIdent(NameId userIdent) |
| Constructor and Description |
|---|
AddUserEntry(NameId ident,
boolean active,
String password) |
CaEntry(NameId ident,
int serialNoLen,
long nextCrlNumber,
String signerType,
String signerConf,
CaUris caUris,
int numCrls,
int expirationPeriod) |
CaHasRequestorEntry(NameId requestorIdent) |
CaHasUserEntry(NameId userIdent) |
CertprofileEntry(NameId ident,
String type,
String conf) |
ChangeCaEntry(NameId ident) |
ChangeUserEntry(NameId ident) |
PublisherEntry(NameId ident,
String type,
String conf) |
RequestorEntry(NameId ident,
String type,
String conf) |
UserEntry(NameId ident,
boolean active,
String hashedPassword) |
Copyright © 2021. All rights reserved.