Sign in
flutter
/
third_party
/
pc-dart
/
2923de3d5f706fc8b59da25d6ad66eaecac4afe2
/
.
/
lib
/
src
/
api
/
private_key.dart
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
{}