menu
agent_dart_base package
documentation
identity/p256.dart
P256PublicKey
derDecode static method
derDecode static method
dark_mode
light_mode
derDecode
static method
Uint8List
derDecode
(
BinaryBlob
publicKey
)
Implementation
static Uint8List derDecode(BinaryBlob publicKey) { return bytesUnwrapDer(publicKey, oidP256); }
agent_dart_base package
documentation
identity/p256
P256PublicKey
derDecode static method
P256PublicKey class