mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8296612: CertAttrSet is useless
Reviewed-by: mullan
This commit is contained in:
parent
6b456f7a9b
commit
27527b4975
52 changed files with 80 additions and 203 deletions
|
@ -524,7 +524,7 @@ public class PKCS9Attribute implements DerEncoder {
|
|||
* should be encoded as <code>T61String</code>s.
|
||||
*/
|
||||
@Override
|
||||
public void derEncode(DerOutputStream out) throws IOException {
|
||||
public void encode(DerOutputStream out) throws IOException {
|
||||
DerOutputStream temp = new DerOutputStream();
|
||||
temp.putOID(oid);
|
||||
switch (index) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue