menu
cryptography_plus package
documentation
cryptography_plus.dart
RsaPublicKey
type property
type property
dark_mode
light_mode
type
property
@
override
KeyPairType
<
KeyPairData
,
PublicKey
>
get
type
override
Type of the key pair.
Implementation
@override KeyPairType get type => KeyPairType.rsa;
cryptography_plus package
documentation
cryptography_plus
RsaPublicKey
type property
RsaPublicKey class