| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.lang3.tuple.ImmutablePair<PublicKey,String> |
BeowulfJ.getPrivateKeyFromPassword(AccountName account,
PrivateKeyType role,
String beowulfPassword)
Get the private and public key of a given type for the given
account |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
BeowulfJ.getKeyReferences(List<PublicKey> publicKeys)
Search for users under the use of their public key(s).
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
SignedBlockWithInfo.getSigningKey() |
PublicKey |
Pow.getWorker() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedBlockWithInfo.setSigningKey(PublicKey signingKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<PublicKey,Integer> |
PublicKeyHashMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeySerializer.serialize(PublicKey publicKey,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyHashMapSerializer.serialize(Map<PublicKey,Integer> keyAuthMap,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<PublicKey> |
GetKeyReferencesArgs.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetKeyReferencesArgs.setKeys(List<PublicKey> keys) |
| Constructor and Description |
|---|
GetKeyReferencesArgs(PublicKey key) |
| Constructor and Description |
|---|
GetKeyReferencesArgs(List<PublicKey> keys)
Create a new
GetBlockHeaderArgs instance to be passed to the getBlock method. |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
ExtendedSignedBlock.getSigningKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedSignedBlock.setSigningKey(PublicKey signingKey) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
CondenserApi.getKeyReferences(CommunicationHandler communicationHandler,
List<PublicKey> publicKeys)
(get_key_references)
|
static Boolean |
CondenserApi.verifyAccountAuthority(CommunicationHandler communicationHandler,
AccountName accountName,
List<PublicKey> publicKeys) |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
Supernode.getSigningKey() |
| Modifier and Type | Method and Description |
|---|---|
Map<PublicKey,Integer> |
Authority.getKeyAuths() |
| Modifier and Type | Method and Description |
|---|---|
void |
Authority.setKeyAuths(Map<PublicKey,Integer> keyAuths) |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
SupernodeUpdateOperation.getBlockSigningKey()
Get the public key of the key pair that will be used to sign blocks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupernodeUpdateOperation.setBlockSigningKey(PublicKey blockSigningKey)
Set the public key of the key pair that will be used to sign blocks.
|
| Constructor and Description |
|---|
SupernodeUpdateOperation(AccountName owner,
PublicKey blockSigningKey,
Asset fee)
Create a new supernode update operation.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
KeyGenerator.getPublicKey()
Get the generated public key.
|
Copyright © 2019. All rights reserved.