Index

E G N P R U V 
All Classes and Interfaces|All Packages

E

EvmXmlRenderer - Class in net.finmath.smartcontracts.representablestate.xml
Reference implementation of an XML renderer for IXMLRepresentableState.
EvmXmlRenderer(String) - Constructor for class net.finmath.smartcontracts.representablestate.xml.EvmXmlRenderer
Instantiate a renderer connected to a given chain's RPC URL.
EvmXmlValidator - Class in net.finmath.smartcontracts.representablestate.xml
Utility to validate the XML output of an IXMLRepresentableState contract against the evmstate binding schema (and optionally additional business XSDs).
EvmXmlValidator(String, String...) - Constructor for class net.finmath.smartcontracts.representablestate.xml.EvmXmlValidator
Create a validator using the evmstate-binding XSD and optional additional XSDs (e.g. business schemas such as FpML or BDT).

G

generateRandomSecret() - Static method in class net.finmath.smartcontracts.representablestate.xml.util.Util
Generate a random secrete (base64 encoded).
getBase64(byte[]) - Static method in class net.finmath.smartcontracts.representablestate.xml.util.Util
getBase64.
getHex(byte[]) - Static method in class net.finmath.smartcontracts.representablestate.xml.util.Util
getHex.
getHexTrimmed(byte[]) - Static method in class net.finmath.smartcontracts.representablestate.xml.util.Util
getHexTrimmed.
getHexTrimmed(byte[], int) - Static method in class net.finmath.smartcontracts.representablestate.xml.util.Util
getHexTrimmed.

N

net.finmath.smartcontracts.representablestate.xml - package net.finmath.smartcontracts.representablestate.xml
XML Repesentable State - Core classes (rendering and valiation).
net.finmath.smartcontracts.representablestate.xml.util - package net.finmath.smartcontracts.representablestate.xml.util
XML Repesentable State - Utilities

P

privateKeyFromPath(Path) - Static method in class net.finmath.smartcontracts.representablestate.xml.util.Util
privateKeyFromPath.
publicKeyFromPath(Path) - Static method in class net.finmath.smartcontracts.representablestate.xml.util.Util
publicKeyFromPath.

R

render(String) - Method in class net.finmath.smartcontracts.representablestate.xml.EvmXmlRenderer
Extract the XML from a given contract address, executing the required calls to populate the bindings.

U

Util - Class in net.finmath.smartcontracts.representablestate.xml.util
Utilities related to encryption/decryption/hashing
Util() - Constructor for class net.finmath.smartcontracts.representablestate.xml.util.Util
 

V

validate(String) - Method in class net.finmath.smartcontracts.representablestate.xml.EvmXmlValidator
Validate an XML string against the configured schema.
E G N P R U V 
All Classes and Interfaces|All Packages