bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/57030] New: Add missing TrustAnchor methods


From: gnu_andrew at member dot fsf.org
Subject: [Bug classpath/57030] New: Add missing TrustAnchor methods
Date: Mon, 22 Apr 2013 13:25:15 +0000


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



             Bug #: 57030

           Summary: Add missing TrustAnchor methods

    Classification: Unclassified

           Product: classpath

           Version: unspecified

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: classpath

        AssignedTo: address@hidden

        ReportedBy: address@hidden





constructor

java.security.cert.TrustAnchor(javax.security.auth.x500.X500Principal,

java.security.PublicKey, byte[]): missing in

/home/andrew/projects/httpdocs/japi/classpath

method java.security.cert.TrustAnchor.getCA(): missing in

/home/andrew/projects/httpdocs/japi/classpath



1. ERROR in

/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/ForwardBuilder.java

(at line 96)

    trustedSubjectDNs.add(anchor.getCA());

                                 ^^^^^

The method getCA() is undefined for the type TrustAnchor

----------

2. ERROR in

/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/ForwardBuilder.java

(at line 826)

    X500Principal trustedCAName = anchor.getCA();

                                         ^^^^^

The method getCA() is undefined for the type TrustAnchor

----------

----------

3. ERROR in

/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java

(at line 491)

    TrustAnchor anchor = new TrustAnchor

                        (cert.getSubjectX500Principal(), rootKey, null);

                        

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The constructor TrustAnchor(X500Principal, PublicKey, null) is undefined

----------

----------

4. ERROR in

/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java

(at line 243)

    X500Principal caName = anchor.getCA();

                                  ^^^^^

The method getCA() is undefined for the type TrustAnchor

----------

----------

5. ERROR in

/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/BasicChecker.java

(at line 83)

    this.caName = anchor.getCA();

                         ^^^^^

The method getCA() is undefined for the type TrustAnchor



reply via email to

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