bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/54274] New: sun.security.other requires missing X509CRLSe


From: gnu_andrew at member dot fsf.org
Subject: [Bug classpath/54274] New: sun.security.other requires missing X509CRLSelector methods
Date: Wed, 15 Aug 2012 20:01:59 +0000

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54274

             Bug #: 54274
           Summary: sun.security.other requires missing X509CRLSelector
                    methods
    Classification: Unclassified
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: address@hidden
        ReportedBy: address@hidden


1. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java
(at line 247)
    xcs.addIssuer(name.asX500Principal());
        ^^^^^^^^^
The method addIssuer(X500Principal) is undefined for the type X509CRLSelector
----------
2. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java
(at line 248)
    xcs.addIssuer(certIssuer);
        ^^^^^^^^^
The method addIssuer(X500Principal) is undefined for the type X509CRLSelector
----------
3. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java
(at line 522)
    certSel.setSubject(crlIssuer.asX500Principal());
            ^^^^^^^^^^
The method setSubject(byte[]) in the type X509CertSelector is not applicable
for the arguments (X500Principal)
----------
----------
4. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/ForwardBuilder.java
(at line 254)
    caSelector.setSubject(currentState.issuerDN);
               ^^^^^^^^^^
The method setSubject(byte[]) in the type X509CertSelector is not applicable
for the arguments (X500Principal)
----------
5. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/ForwardBuilder.java
(at line 283)
    trustedSel.setSubject(currentState.issuerDN);
               ^^^^^^^^^^
The method setSubject(byte[]) in the type X509CertSelector is not applicable
for the arguments (X500Principal)
----------
----------
6. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java
(at line 167)
    targetSubjectDN = targetSel.getSubject();
                                ^^^^^^^^^^
The method getSubject() is undefined for the type X509CertSelector
----------
----------
7. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/ReverseBuilder.java
(at line 152)
    sel.setIssuer(currentState.subjectDN);
        ^^^^^^^^^
The method setIssuer(byte[]) in the type X509CertSelector is not applicable for
the arguments (X500Principal)
----------
8. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/ReverseBuilder.java
(at line 209)
    sel.setIssuer(currentState.subjectDN);
        ^^^^^^^^^
The method setIssuer(byte[]) in the type X509CertSelector is not applicable for
the arguments (X500Principal)
----------
----------
9. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/URICertStore.java
(at line 224)
    (xsel, xsel.getSubject(), ldapPath);
                ^^^^^^^^^^
The method getSubject() is undefined for the type X509CertSelector
----------
----------
10. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/CrlRevocationChecker.java
(at line 489)
    certSel.setSubject(currCert.getIssuerX500Principal());
            ^^^^^^^^^^
The method setSubject(byte[]) in the type X509CertSelector is not applicable
for the arguments (X500Principal)
----------
----------
11. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/LDAPCertStore.java
(at line 932)
    return selector.getIssuer();
                    ^^^^^^^^^
The method getIssuer() is undefined for the type X509CertSelector
----------
12. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/LDAPCertStore.java
(at line 998)
    selector.setSubject(certSubject);
             ^^^^^^^^^^
The method setSubject(byte[]) in the type X509CertSelector is not applicable
for the arguments (X500Principal)
----------
13. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/LDAPCertStore.java
(at line 1000)
    selector.setSubject(subject);
             ^^^^^^^^^^
The method setSubject(byte[]) in the type X509CertSelector is not applicable
for the arguments (X500Principal)
----------
14. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/LDAPCertStore.java
(at line 1059)
    selector.setIssuers(certIssuers);
             ^^^^^^^^^^
The method setIssuers(Collection<X500Principal>) is undefined for the type
X509CRLSelector
----------
15. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/LDAPCertStore.java
(at line 1061)
    selector.setIssuers(issuers);
             ^^^^^^^^^^
The method setIssuers(Collection<X500Principal>) is undefined for the type
X509CRLSelector
----------
----------
16. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/OCSPChecker.java
(at line 292)
    filter.setSubject(responderSubjectName);
           ^^^^^^^^^^
The method setSubject(byte[]) in the type X509CertSelector is not applicable
for the arguments (X500Principal)
----------
17. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/OCSPChecker.java
(at line 296)
    filter.setIssuer(responderIssuerName);
           ^^^^^^^^^
The method setIssuer(byte[]) in the type X509CertSelector is not applicable for
the arguments (X500Principal)
----------
----------
18. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/IndexedCollectionCertStore.java
(at line 266)
    subject = x509Selector.getSubject();
                           ^^^^^^^^^^
The method getSubject() is undefined for the type X509CertSelector
----------
19. ERROR in
../../../../src/share/classes/sun/security/provider/certpath/IndexedCollectionCertStore.java
(at line 360)
    Collection<X500Principal> issuers = x509Selector.getIssuers();
                                                     ^^^^^^^^^^
The method getIssuers() is undefined for the type X509CRLSelector
----------
19 problems (19 errors)make[6]: *** [.compile.classlist] Error 255
make[6]: Leaving directory
`/mnt/builder/icedtea6/openjdk-ecj/jdk/make/sun/security/other'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]