Sign in
flutter
/
third_party
/
pc-dart
/
refs/heads/master
/
.
/
lib
/
src
/
api
/
private_key.dart
blob: a8f2a3b4a6dd787f1cdb1d2a83433360e1e6cd91 [
file
] [
log
] [
blame
] [
edit
]
// See file LICENSE for more information.
part of
'../../api.dart'
;
/// The interface that asymmetric private keys conform to.
abstract
class
PrivateKey
implements
AsymmetricKey
{}