| Package | Description |
|---|---|
| org.xipki.ca.api | |
| org.xipki.ca.api.mgmt |
| 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,
byte[] subjectPublicKey,
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() |
NameId |
MgmtEntry.AddUser.getIdent() |
NameId |
MgmtEntry.Ca.getIdent() |
NameId |
MgmtEntry.Certprofile.getIdent() |
NameId |
MgmtEntry.ChangeCa.getIdent() |
NameId |
MgmtEntry.ChangeUser.getIdent() |
NameId |
MgmtEntry.Publisher.getIdent() |
NameId |
MgmtEntry.Requestor.getIdent() |
NameId |
MgmtEntry.User.getIdent() |
NameId |
MgmtEntry.CaHasRequestor.getRequestorIdent() |
NameId |
MgmtEntry.CaHasUser.getUserIdent() |
| Modifier and Type | Method and Description |
|---|---|
void |
MgmtMessage.CaEntryWrapper.setIdent(NameId ident) |
void |
MgmtEntry.AddUser.setIdent(NameId ident) |
void |
MgmtEntry.Certprofile.setIdent(NameId ident) |
void |
MgmtEntry.ChangeCa.setIdent(NameId ident) |
void |
MgmtEntry.ChangeUser.setIdent(NameId ident) |
void |
MgmtEntry.Publisher.setIdent(NameId ident) |
void |
MgmtEntry.Requestor.setIdent(NameId ident) |
void |
MgmtEntry.User.setIdent(NameId ident) |
void |
MgmtEntry.CaHasRequestor.setRequestorIdent(NameId requestorIdent) |
void |
MgmtEntry.CaHasUser.setUserIdent(NameId userIdent) |
| Constructor and Description |
|---|
AddUser(NameId ident,
boolean active,
String password) |
ByCaRequestorInfo(NameId ident) |
ByUserRequestorInfo(NameId ident,
MgmtEntry.CaHasUser caHasUser) |
Ca(NameId ident,
int serialNoBitLen,
long nextCrlNumber,
String signerType,
String signerConf,
CaUris caUris,
int numCrls,
int expirationPeriod) |
CaHasRequestor(NameId requestorIdent) |
CaHasUser(NameId userIdent) |
Certprofile(NameId ident,
String type,
String conf) |
ChangeCa(NameId ident) |
ChangeUser(NameId ident) |
Publisher(NameId ident,
String type,
String conf) |
Requestor(NameId ident,
String type,
String conf) |
User(NameId ident,
boolean active,
String hashedPassword) |
Copyright © 2019. All rights reserved.