Uses of Class
com.netscape.certsrv.base.MetaInfo
-
Packages that use MetaInfo Package Description com.netscape.certsrv.dbs.keydb com.netscape.cmscore.dbs -
-
Uses of MetaInfo in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb that return MetaInfo Modifier and Type Method Description MetaInfo
IKeyRecord. getMetaInfo()
Retrieves meta info. -
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.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.
-