Uses of Class
org.xipki.ca.api.NameId
-
Packages that use NameId Package Description org.xipki.ca.api -
-
Uses of NameId in org.xipki.ca.api
Methods in org.xipki.ca.api that return NameId Modifier and Type Method Description NameIdCertificateInfo. getIssuer()NameIdCertificateInfo. getProfile()NameIdCertificateInfo. getRequestor()Methods in org.xipki.ca.api with parameters of type NameId Modifier and Type Method Description booleanNameId. equals(NameId obj, boolean ignoreId)Constructors in org.xipki.ca.api with parameters of type NameId Constructor Description CertificateInfo(CertWithDbId cert, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey, NameId issuer, org.xipki.security.X509Cert issuerCert, NameId profile, NameId requestor)
-