public class LmkBundle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Octets |
chain |
protected java.math.BigInteger |
coef |
protected java.math.BigInteger |
d |
protected java.math.BigInteger |
exp1 |
protected java.math.BigInteger |
exp2 |
protected java.math.BigInteger |
n |
protected java.math.BigInteger |
p |
protected java.math.BigInteger |
q |
Modifier | Constructor and Description |
---|---|
protected |
LmkBundle() |
protected |
LmkBundle(Octets lmkdata,
Octets passphrase) |
Modifier and Type | Method and Description |
---|---|
static LmkBundle |
createInstance(Octets lmkdata,
Octets passphrase) |
Octets |
save(Octets passphrase) |
java.lang.String |
sign(Octets message) |
java.lang.String |
x509() |
protected Octets chain
protected java.math.BigInteger n
protected java.math.BigInteger d
protected java.math.BigInteger p
protected java.math.BigInteger q
protected java.math.BigInteger exp1
protected java.math.BigInteger exp2
protected java.math.BigInteger coef
protected LmkBundle(Octets lmkdata, Octets passphrase) throws CodecException, MarshalException
CodecException
MarshalException
protected LmkBundle()
public static LmkBundle createInstance(Octets lmkdata, Octets passphrase) throws CodecException, MarshalException
CodecException
MarshalException
public Octets save(Octets passphrase) throws CodecException
CodecException
public java.lang.String sign(Octets message)
public java.lang.String x509()