|
NAMECrypt::Perl::Ed25519::ParseSYNOPSIS# These accept either DER or PEM. my $prkey = Crypt::Perl::Ed25519::Parse::private($buffer); my $pbkey = Crypt::Perl::Ed25519::Parse::public($buffer); # This accepts a structure, not raw JSON. my $key = Crypt::Perl::Ed25519::Parse::jwk($jwk_hr); DESCRIPTIONSee Crypt::Perl::Ed25519::PrivateKey and Crypt::Perl::Ed25519::PublicKey for descriptions of the interfaces that this module returns.
Visit the GSP FreeBSD Man Page Interface. |