jdk/src/share/classes/sun/security/x509/AlgIdDSA.java
changeset 19375 cdfdb9c0590e
parent 5506 202f599c92aa
child 21278 ef8a3a2a72f2
equal deleted inserted replaced
19374:6773349693eb 19375:cdfdb9c0590e
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    94 
    94 
    95     /**
    95     /**
    96      * Default constructor.  The OID and parameters must be
    96      * Default constructor.  The OID and parameters must be
    97      * deserialized before this algorithm ID is used.
    97      * deserialized before this algorithm ID is used.
    98      */
    98      */
    99     // XXX deprecated for general use
    99     @Deprecated
   100     public AlgIdDSA () {}
   100     public AlgIdDSA () {}
   101 
   101 
   102     AlgIdDSA (DerValue val) throws IOException
   102     AlgIdDSA (DerValue val) throws IOException
   103         { super(val.getOID()); }
   103         { super(val.getOID()); }
   104 
   104