I hereby claim:
- I am martinm1000 on github.
- I am martinmiller (https://keybase.io/martinmiller) on keybase.
- I have a public key whose fingerprint is 3571 FCA2 CDE2 06DA 5EEB AB45 E0A9 DEAE 691B 3181
To claim this, I am signing this object:
using System; | |
using System.Security.Cryptography; | |
using System.Security.Cryptography.X509Certificates; | |
namespace Manager { | |
public class DemoChainValidation { | |
private static X509Certificate2 authority; // CA | |
private static X509Certificate2 signedBy; // NOT CA, but signed by CA |
import javafx.beans.Observable; | |
import javafx.beans.binding.Bindings; | |
import javafx.beans.binding.DoubleBinding; | |
import javafx.beans.binding.ObjectBinding; | |
import javafx.beans.property.DoubleProperty; | |
import javafx.beans.property.IntegerProperty; | |
import javafx.beans.property.ObjectProperty; | |
import javafx.beans.property.SimpleDoubleProperty; | |
import javafx.beans.property.SimpleIntegerProperty; | |
import javafx.beans.property.SimpleObjectProperty; |
I hereby claim:
To claim this, I am signing this object: