public static class CompositeKey.Leaf extends CompositeKey
The leaf node of the tree – a wrapper around a PublicKey primitive
CompositeKey.Builder, CompositeKey.Companion, CompositeKey.Leaf, CompositeKey.Node
Companion
Constructor and Description |
---|
Leaf(java.security.PublicKey publicKey)
The leaf node of the tree – a wrapper around a PublicKey primitive
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.util.Set<java.security.PublicKey> |
getKeys()
Returns all PublicKeys contained within the tree leaves
|
java.security.PublicKey |
getPublicKey() |
int |
hashCode() |
boolean |
isFulfilledBy(java.lang.Iterable<? extends java.security.PublicKey> keys)
Checks whether keys match a sufficient amount of leaf nodes
|
java.lang.String |
toString() |
containsAny, getKeys, getSingleKey, isFulfilledBy, isFulfilledBy, toBase58String
public boolean isFulfilledBy(java.lang.Iterable<? extends java.security.PublicKey> keys)
Checks whether keys match a sufficient amount of leaf nodes
public java.util.Set<java.security.PublicKey> getKeys()
Returns all PublicKeys contained within the tree leaves
public boolean equals(java.lang.Object other)
public int hashCode()
public java.lang.String toString()
public java.security.PublicKey getPublicKey()