Class NoStrShareLinkPrivateKeySecure
java.lang.Object
love.distributedrebirth.nx01.no2all.nostr.model.share.NoStrShareB32LinkTLV
love.distributedrebirth.nx01.no2all.nostr.model.share.NoStrShareLinkPrivateKeySecure
-
Constructor Summary
ConstructorsConstructorDescriptionNoStrShareLinkPrivateKeySecure
(byte[] cryptKey, byte version, byte logN, byte[] salt, byte[] nonce, byte level) -
Method Summary
Methods inherited from class love.distributedrebirth.nx01.no2all.nostr.model.share.NoStrShareB32LinkTLV
getClient, getTapeDeck, toShareLink
-
Constructor Details
-
NoStrShareLinkPrivateKeySecure
-
NoStrShareLinkPrivateKeySecure
public NoStrShareLinkPrivateKeySecure(byte[] cryptKey, byte version, byte logN, byte[] salt, byte[] nonce, byte level)
-
-
Method Details
-
getCryptKey
public byte[] getCryptKey() -
getVersion
public byte getVersion() -
getLogN
public byte getLogN() -
getSalt
public byte[] getSalt() -
getNonce
public byte[] getNonce() -
getSecurityLevel
public byte getSecurityLevel() -
ofB32
-