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