Searched refs:issuer (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificatePolicyMap.java45 * @param issuer the CertificatePolicyId for the issuer CA.
48 public CertificatePolicyMap(CertificatePolicyId issuer, argument
50 this.issuerDomain = issuer;
68 * Return the issuer CA part of the policy map.
H A DX509CRLImpl.java75 * issuer Name,
103 private X500Name issuer = null; field in class:X509CRLImpl
187 * @param issuer the name of the CA issuing this CRL.
191 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate) { argument
192 this.issuer = issuer;
200 * @param issuer the name of the CA issuing this CRL.
207 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, argument
211 this.issuer = issuer;
247 X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, X509CRLEntry[] badCerts, CRLExtensions crlExts) argument
1216 final X500Principal issuer; field in class:X509CRLImpl.X509IssuerSerial
1226 X509IssuerSerial(X500Principal issuer, BigInteger serial) argument
[all...]
H A DCertificateIssuerExtension.java37 * The CRL certificate issuer extension identifies the certificate issuer
41 * certificate issuer defaults to the CRL issuer. On subsequent entries
43 * issuer for the entry is the same as that for the preceding entry.
70 public static final String ISSUER = "issuer";
88 * Create a CertificateIssuerExtension containing the specified issuer name.
91 * @param issuer the certificate issuer
94 public CertificateIssuerExtension(GeneralNames issuer) throw argument
[all...]
H A DX509CertInfo.java86 protected CertificateIssuerName issuer = null; field in class:X509CertInfo
300 || issuer == null || algId == null || serialNum == null) {
311 sb.append(" Issuer: " + issuer.toString() + "\n");
411 issuer.set(suffix, val);
511 issuer = null;
513 issuer.delete(suffix);
600 return(issuer);
602 return(issuer.get(suffix));
685 issuer = new CertificateIssuerName(in);
686 X500Name issuerDN = (X500Name)issuer
[all...]
H A DDistributionPoint.java148 * @param issuer the name(s) of the CRL issuer for the CRL at this
170 * @param issuer the name(s) of the CRL issuer for the CRL at this
268 * Return the CRL issuer name or null if not set.
312 DerOutputStream issuer = new DerOutputStream();
313 crlIssuer.encode(issuer);
316 issuer);
H A DX509CertImpl.java101 // x509.info.issuer.dname
872 * Gets the issuer distinguished name from the certificate.
874 * @return the issuer name.
880 Principal issuer = (Principal)info.get(
883 return issuer;
890 * Get issuer name as X500Principal. Overrides implementation in
899 X500Principal issuer = (X500Principal)info.get(
902 return issuer;
1519 * alternative names (subject or issuer) in the form required by
1801 * Extract the subject or issuer X500Principa
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DSigningCertificateInfo.java59 * issuer GeneralNames,
136 private GeneralNames issuer; field in class:ESSCertId
146 // Parse issuer
147 issuer = new GeneralNames(issuerSerial.data.getDerValue());
160 if (issuer != null && serialNumber != null) {
161 buffer.append("\n\tIssuer: " + issuer + "\n");
H A DSignerInfo.java242 Principal issuer = userCert.getIssuerDN();
248 if (issuer.equals(pkcsCerts[i].getSubjectDN())) {
257 issuer = pkcsCerts[i].getIssuerDN();
470 out += "Signer Info for (issuer): " + issuerName + "\n";
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DX509KeySelector.java101 * X509Data X509IssuerSerial: if the serial number and issuer DN match an
314 String issuer = new X500Principal(xis.getIssuerName()).getName();
316 if (issuer.endsWith("\n")) {
317 issuer = new String
318 (issuer.toCharArray(), 0, issuer.length()-1);
320 subjectcs.setIssuer(issuer);
/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DReadPKCS12.java158 X509Certificate issuer = (X509Certificate)certs[i + 1];
159 if (cert.getIssuerX500Principal().equals(issuer.getSubjectX500Principal()) == false) {
162 cert.verify(issuer.getPublicKey());
H A DReadCertificates.java101 X509Certificate issuer = certs.get(cert.getIssuerX500Principal());
103 PublicKey key = issuer.getPublicKey();
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DIndexedCollectionCertStore.java44 * by issuer, non-X509 Certificates and CRLs are copied without indexing,
103 * Map X500Principal(issuer) -> X509CRL | List of X509CRL
201 X500Principal issuer = crl.getIssuerX500Principal();
202 Object oldEntry = crlIssuers.put(issuer, crl);
211 crlIssuers.put(issuer, list);
217 crlIssuers.put(issuer, list);
359 // see if the issuer is specified
363 for (X500Principal issuer : issuers) {
364 Object entry = crlIssuers.get(issuer);
H A DDistributionPointFetcher.java189 // make sure issuer is not set
190 // we check the issuer in verifyCRLs method
278 * @param validity the time for which the validity of the CRL issuer's
295 // if crlIssuer is set, verify that it matches the issuer of the
297 // boolean asserted. Otherwise, verify that the CRL issuer matches the
298 // certificate issuer.
321 // we accept the case that a CRL issuer provide status
331 debug.println("crl issuer does not equal cert issuer");
335 // in case of self-issued indirect CRL issuer
667 getFullNames(X500Name issuer, RDN rdn) argument
[all...]
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRLSelector.java95 * Sets the issuerNames criterion. The issuer distinguished name in the
97 * distinguished names. If <code>null</code>, any issuer distinguished name
101 * the complete set of issuer names which <code>X509CRLs</code> may contain.
140 * Sets the issuerNames criterion. The issuer distinguished name in the
142 * distinguished names. If <code>null</code>, any issuer distinguished name
146 * the complete set of issuer names which <code>X509CRLs</code> may contain.
210 * Adds a name to the issuerNames criterion. The issuer distinguished
214 * This method allows the caller to add a name to the set of issuer names
219 * @param issuer the issuer a
222 addIssuer(X500Principal issuer) argument
[all...]
H A DX509CertSelector.java65 * number. Other unique combinations include the issuer, subject,
98 private X500Principal issuer; field in class:X509CertSelector
193 * Sets the issuer criterion. The specified distinguished name
194 * must match the issuer distinguished name in the
195 * <code>X509Certificate</code>. If <code>null</code>, any issuer
198 * @param issuer a distinguished name as X500Principal
202 public void setIssuer(X500Principal issuer) { argument
203 this.issuer = issuer;
214 * Sets the issuer criterio
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java561 * issuer is specified, its directory entry is searched. If neither the
562 * subject nor the issuer are specified (or the selector is not an
589 String issuer = xsel.getIssuerAsString();
649 if (issuer == null) {
650 throw new CertStoreException("need subject or issuer to find certs");
657 if ((issuer != null) && (basicConstraints > -2)) {
658 LDAPRequest request = new LDAPRequest(issuer);
669 + "getMatchingCrossCerts(issuer,null,xsel),certs.size(): "
675 + "getCertificates(issuer,CA_CERT,xsel),certs.size(): "
742 * If issuerNames or certChecking are specified, the issuer'
[all...]
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DREADME72 2. root crl issuer and key
109 3. root CRL issued by root crl issuer.
157 5. crl issuer of subca, the certificate and key
194 6. CLR issued by subca CRL issuer
243 8. crl issuer for dumca, the certificate and key
/openjdk7/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A DREADME69 2. root crl issuer and key
104 3. root CRL issued by root crl issuer.
150 5. crl issuer of subca, the certificate and key
186 6. CLR issued by subca CRL issuer
233 8. crl issuer for dumca, the certificate and key
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DPKIXValidator.java256 X500Principal issuer = last.getIssuerX500Principal();
258 if (trustedSubjects.containsKey(issuer) &&
259 isSignatureValid(trustedSubjects.get(issuer), last)) {
H A DSimpleValidator.java375 X500Principal issuer = cert.getIssuerX500Principal();
376 List<X509Certificate> list = trustedX500Principals.get(issuer);
391 * same subject and issuer names but a new validity period, etc.
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DCertRequestOverflow.java263 for (X509Certificate issuer : issuers) {
264 issuersList.add(issuer);
/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DREADME549 h. root CRL issuer
584 i. CRL issued by root CRL issuer
594 j. subca CRL issuer
630 k. CRL issued by subca CRL issuer
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java1174 X500Name issuer = (X500Name)signerCertInfo.get(X509CertInfo.SUBJECT + "." +
1200 info.set(X509CertInfo.ISSUER, new CertificateIssuerName(issuer));
2122 X500Principal issuer = xcrl.getIssuerX500Principal();
2127 if (xcert.getSubjectX500Principal().equals(issuer)) {
2143 String issuer = null;
2145 issuer = verifyCRL(caks, crl);
2146 if (issuer != null) {
2147 System.out.println("Verified by " + issuer + " in cacerts");
2150 if (issuer == null && keyStore != null) {
2151 issuer
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DX509KeyManagerImpl.java291 // if possible, check the public key in the issuer cert
297 X509Certificate issuer = (X509Certificate)chain[0];
298 String sigAlgName = issuer.getSigAlgName().toUpperCase(ENGLISH);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java1227 // issuer->subject links
2004 // build chain following issuer->subject links
2048 // no other certs with this issuer -
2054 // only cert with issuer is itself (self-signed) -
2138 * build [alias + issuer + serialNumber] string from a cert
2141 X500Principal issuer = cert.getIssuerX500Principal();
2146 issuer.getName(X500Principal.CANONICAL) +
2532 * if CKA_LABEL not unique, map cert to [label+issuer+serialNum]

Completed in 84 milliseconds