convertPGPAsn1KeyToBase58DERKey

Converts given public key in PGP format to its base58DER format.

Return

public key in base58DER format

Parameters

pgpKey

public key to convert

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

Converts given public key in PGP format to its base58DER format.

Return

public key in base58DER format

Parameters

pgpKey

public key to convert

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun convertPGPAsn1KeyToBase58DERKey(pgpKey: String): String

Converts given public key in PGP format to its base58DER format.

Return

public key in base58DER format

Parameters

pgpKey

public key to convert

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed