Skip to content

Commit cf29846

Browse files
committed
fixed nl
1 parent cb3dcd1 commit cf29846

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crypto/src/crypto/operators/Asn1KeyWrapper.cs

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ public IBlockResult Wrap(byte[] keyData)
3535
}
3636
}
3737

38+
internal interface WapperProvider
39+
{
40+
object createWrapper();
41+
}
42+
3843
internal class RsaOaepWrapper : IKeyWrapper, IKeyUnwrapper
3944
{
4045
private readonly AlgorithmIdentifier algId;

0 commit comments

Comments
 (0)