Asn1KeyUnwrapper public class Asn1KeyUnwrapper : IKeyUnwrapper Documentation public object AlgorithmDetails { get; } public Asn1KeyUnwrapper(string algorithm, ICipherParameters key) public Asn1KeyUnwrapper(DerObjectIdentifier algorithm, ICipherParameters key) public Asn1KeyUnwrapper(DerObjectIdentifier algorithm, Asn1Encodable parameters, ICipherParameters key) public IBlockResult Unwrap(byte[] keyData, int offSet, int length)