| Constructor and Description |
|---|
DigitallySigned(CtLog.SignatureAndHashAlgorithm algorithm,
byte[] signature) |
| Modifier and Type | Method and Description |
|---|---|
CtLog.SignatureAndHashAlgorithm |
getAlgorithm() |
byte[] |
getEncoded() |
static CtLog.DigitallySigned |
getInstance(byte[] encoded,
AtomicInteger offsetObj) |
byte[] |
getSignature() |
Object |
getSignatureObject() |
public DigitallySigned(CtLog.SignatureAndHashAlgorithm algorithm, byte[] signature)
public static CtLog.DigitallySigned getInstance(byte[] encoded, AtomicInteger offsetObj)
public CtLog.SignatureAndHashAlgorithm getAlgorithm()
public byte[] getSignature()
public Object getSignatureObject()
public byte[] getEncoded()
Copyright © 2020. All rights reserved.