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