| Modifier and Type | Field and Description |
|---|---|
byte[] |
derEncodedPublickey |
| Modifier and Type | Method and Description |
|---|---|
static BasicIdentity |
fromKeyPair(java.security.KeyPair keyPair) |
static BasicIdentity |
fromPEM(byte[] keyBytes) |
static BasicIdentity |
fromPEMFile(java.nio.file.Path path) |
static BasicIdentity |
fromPEMFile(java.io.Reader reader) |
org.ic4j.types.Principal |
sender() |
Signature |
sign(byte[] msg) |
public static BasicIdentity fromPEMFile(java.io.Reader reader)
public static BasicIdentity fromPEMFile(java.nio.file.Path path)
public static BasicIdentity fromPEM(byte[] keyBytes)
public static BasicIdentity fromKeyPair(java.security.KeyPair keyPair)