Package org.drasyl.identity
Interface SecretKey
- All Superinterfaces:
Key
- All Known Implementing Classes:
IdentitySecretKey
,KeyAgreementSecretKey
-
Method Summary
Modifier and TypeMethodDescriptionUnlikeObject.toString()
, this method returns an unmasked secret key.Methods inherited from interface org.drasyl.identity.Key
getBytes, toByteArray
-
Method Details
-
toUnmaskedString
String toUnmaskedString()UnlikeObject.toString()
, this method returns an unmasked secret key.- Returns:
- unmasked string representation of the secret key
-