mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -180,7 +180,7 @@ public final class OAEPParameters extends AlgorithmParametersSpi {
|
|||
" impl not found");
|
||||
}
|
||||
tmp2 = new DerOutputStream();
|
||||
mdAlgId.derEncode(tmp2);
|
||||
mdAlgId.encode(tmp2);
|
||||
tmp.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0),
|
||||
tmp2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue