Uses of Class
com.netscape.certsrv.base.MetaInfo
-
Packages that use MetaInfo Package Description com.netscape.cmscore.dbs -
-
Uses of MetaInfo in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return MetaInfo Modifier and Type Method Description MetaInfo
CertRecord. getMetaInfo()
Retrieves meta information.MetaInfo
KeyRecord. getMetaInfo()
Retrieves the metaInfo.Methods in com.netscape.cmscore.dbs with parameters of type MetaInfo Modifier and Type Method Description com.netscape.certsrv.dbs.certdb.ICertRecord
CertificateRepository. createCertRecord(java.math.BigInteger id, java.security.cert.Certificate cert, MetaInfo meta)
Constructors in com.netscape.cmscore.dbs with parameters of type MetaInfo Constructor Description CertRecord(java.math.BigInteger id, java.security.cert.Certificate cert, MetaInfo meta)
Constructs certiificate record with certificate and meta info.
-