|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.pkcs.MacData
public class MacData
| Field Summary | |
|---|---|
(package private) DigestInfo |
digInfo
|
(package private) java.math.BigInteger |
iterationCount
|
(package private) byte[] |
salt
|
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
MacData(ASN1Sequence seq)
|
|
MacData(DigestInfo digInfo,
byte[] salt,
int iterationCount)
|
|
| Method Summary | |
|---|---|
static MacData |
getInstance(java.lang.Object obj)
|
java.math.BigInteger |
getIterationCount()
|
DigestInfo |
getMac()
|
byte[] |
getSalt()
|
DERObject |
toASN1Object()
|
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
DigestInfo digInfo
byte[] salt
java.math.BigInteger iterationCount
| Constructor Detail |
|---|
public MacData(ASN1Sequence seq)
public MacData(DigestInfo digInfo,
byte[] salt,
int iterationCount)
| Method Detail |
|---|
public static MacData getInstance(java.lang.Object obj)
public DigestInfo getMac()
public byte[] getSalt()
public java.math.BigInteger getIterationCount()
public DERObject toASN1Object()
toASN1Object in class ASN1Encodable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||