blob: fa993b0a38fc48eea63d416f45efb764a8294909 [file] [log] [blame]
// See file LICENSE for more information.
part of api;
/// The interface that asymmetric private keys conform to.
abstract class PrivateKey implements AsymmetricKey {}