Skip to content

Commit

Permalink
fixed nl
Browse files Browse the repository at this point in the history
  • Loading branch information
dghbc committed Jan 18, 2019
1 parent cb3dcd1 commit cf29846
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crypto/src/crypto/operators/Asn1KeyWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ public IBlockResult Wrap(byte[] keyData)
}
}

internal interface WapperProvider
{
object createWrapper();
}

internal class RsaOaepWrapper : IKeyWrapper, IKeyUnwrapper
{
private readonly AlgorithmIdentifier algId;
Expand Down

0 comments on commit cf29846

Please sign in to comment.