Package nxt.util.security
Class BlockchainPublicKey
java.lang.Object
nxt.util.security.BlockchainPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey
Represent an account public key
- See Also:
-
Field Summary
Fields inherited from interface java.security.PublicKey
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlockchainPublicKey
public BlockchainPublicKey(byte[] bytes)
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
equals
-
hashCode
public int hashCode() -
toString
-