Asn1KeyWrapper public class Asn1KeyWrapper : IKeyWrapper Documentation public object AlgorithmDetails { get; } public Asn1KeyWrapper(string algorithm, X509Certificate cert) public Asn1KeyWrapper(DerObjectIdentifier algorithm, X509Certificate cert) public Asn1KeyWrapper(DerObjectIdentifier algorithm, ICipherParameters key) public Asn1KeyWrapper(DerObjectIdentifier algorithm, Asn1Encodable parameters, X509Certificate cert) public Asn1KeyWrapper(DerObjectIdentifier algorithm, Asn1Encodable parameters, ICipherParameters key) public IBlockResult Wrap(byte[] keyData)