2 references to UpperHexCharToNybble
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\PkcsHelpers.cs (2)
402
byte b = (byte)(
UpperHexCharToNybble
(c) << 4);
404
b |=
UpperHexCharToNybble
(c);