public final class SignedData extends Object
| Modifier and Type | Field and Description |
|---|---|
static ASN1Sequence |
ASN1 |
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
getCertificates() |
List<CertificateList> |
getCRLs() |
List<SignerInfo> |
getSignerInfos() |
int |
getVersion() |
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public static final ASN1Sequence ASN1
public List<Certificate> getCertificates()
public List<CertificateList> getCRLs()
public List<SignerInfo> getSignerInfos()
public int getVersion()
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.