Lines Matching defs:info

91     // x509.info.subject.dname
94 // x509.info.issuer.dname
97 // x509.info.serialNumber.number
101 // x509.info.key.value
106 // x509.info.version.value
123 protected X509CertInfo info = null;
289 * @params info the X509CertificateInfo which the Certificate is to be
293 this.info = certInfo;
455 byte[] rawCert = info.getEncodedInfo();
500 byte[] rawCert = info.getEncodedInfo();
584 // encode certificate info
585 info.encode(tmp);
638 interval = (CertificateValidity)info.get(CertificateValidity.NAME);
670 if (info == null) {
675 return info.get(attr.getSuffix());
682 return info;
732 info = (X509CertInfo)obj;
735 info.set(attr.getSuffix(), obj);
770 info = null;
772 info.delete(attr.getSuffix());
814 if (info == null || algId == null || signature == null)
820 sb.append(info.toString() + "\n");
838 if (info == null)
841 PublicKey key = (PublicKey)info.get(CertificateX509Key.NAME
855 if (info == null)
858 int vers = ((Integer)info.get(CertificateVersion.NAME
884 if (info == null)
887 SerialNumber ser = (SerialNumber)info.get(
903 if (info == null)
906 Principal subject = (Principal)info.get(X509CertInfo.SUBJECT + DOT +
920 if (info == null) {
924 X500Principal subject = (X500Principal)info.get(
939 if (info == null)
942 Principal issuer = (Principal)info.get(X509CertInfo.ISSUER + DOT +
956 if (info == null) {
960 X500Principal issuer = (X500Principal)info.get(
975 if (info == null)
978 Date d = (Date) info.get(CertificateValidity.NAME + DOT +
992 if (info == null)
995 Date d = (Date) info.get(CertificateValidity.NAME + DOT +
1012 if (info != null) {
1013 return info.getEncodedInfo();
1080 if (info == null)
1083 UniqueIdentity id = (UniqueIdentity)info.get(
1100 if (info == null)
1103 UniqueIdentity id = (UniqueIdentity)info.get(
1265 if (info == null)
1268 CertificateExtensions exts = (CertificateExtensions)info.get(
1287 if (info == null) {
1291 CertificateExtensions exts = (CertificateExtensions)info.get(
1317 if (info == null) {
1321 CertificateExtensions exts = (CertificateExtensions)info.get(
1347 if (info == null) {
1353 extensions = (CertificateExtensions)info.get(CertificateExtensions.NAME);
1379 if (info == null) {
1385 extensions = (CertificateExtensions)info.get(CertificateExtensions.NAME);
1410 CertificateExtensions exts = (CertificateExtensions)info.get(
1841 info = new X509CertInfo(seq[0]);
1844 AlgorithmId infoSigAlg = (AlgorithmId)info.get(