Package | Description |
---|---|
org.spongycastle.asn1.pkcs |
Support classes useful for encoding and supporting the various RSA PKCS documents.
|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Field and Description |
---|---|
(package private) DigestInfo |
MacData.digInfo |
Modifier and Type | Method and Description |
---|---|
DigestInfo |
MacData.getMac() |
Constructor and Description |
---|
MacData(DigestInfo digInfo,
byte[] salt,
int iterationCount) |
Modifier and Type | Method and Description |
---|---|
static DigestInfo |
DigestInfo.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DigestInfo |
DigestInfo.getInstance(java.lang.Object obj) |