jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/DEREncodedKeyValue.java
changeset 19384 e77ba588d1ff
parent 18780 f47b920867e7
equal deleted inserted replaced
19383:c27d061358c5 19384:e77ba588d1ff
    40  * @author Brent Putman (putmanb@georgetown.edu)
    40  * @author Brent Putman (putmanb@georgetown.edu)
    41  */
    41  */
    42 public class DEREncodedKeyValue extends Signature11ElementProxy implements KeyInfoContent {
    42 public class DEREncodedKeyValue extends Signature11ElementProxy implements KeyInfoContent {
    43 
    43 
    44     /** JCA algorithm key types supported by this implementation. */
    44     /** JCA algorithm key types supported by this implementation. */
    45     public static final String supportedKeyTypes[] = { "RSA", "DSA", "EC"};
    45     private static final String supportedKeyTypes[] = { "RSA", "DSA", "EC"};
    46 
    46 
    47     /**
    47     /**
    48      * Constructor DEREncodedKeyValue
    48      * Constructor DEREncodedKeyValue
    49      *
    49      *
    50      * @param element
    50      * @param element