Searched defs:Entity (Results 1 – 2 of 2) sorted by relevance
31 type Entity struct { struct32 PrivateKey *ecdsa.PrivateKey33 Template *x509.Certificate35 LastSerial *big.Int80 func (e *Entity) publicKey() *ecdsa.PublicKey {84 func (e *Entity) name() string {88 func (e *Entity) nextSerial() *big.Int {96 func (ca *Entity) doSign(childTemplate *x509.Certificate, pubKey *ecdsa.PublicKey) []byte {111 func (ca *Entity) Sign(child *Entity) []byte {115 func (ca *Entity) SignWithAlgorithm(child *Entity, algorithm x509.SignatureAlgorithm) []byte {[all …]
46 public interface Entity extends Node { interface