public class Digest
extends java.lang.Object
| Constructor and Description |
|---|
Digest() |
| Modifier and Type | Method and Description |
|---|---|
PKCS7 |
getContents()
Get the
Contents value. |
org.bouncycastle.asn1.ASN1OctetString |
getDigest()
Get the
Digest value. |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getMd()
Get the
Md value. |
int |
getVersion()
Get the
Version value. |
void |
setContents(PKCS7 newContents)
Set the
Contents value. |
void |
setDigest(org.bouncycastle.asn1.ASN1OctetString newDigest)
Set the
Digest value. |
void |
setMd(org.bouncycastle.asn1.x509.AlgorithmIdentifier newMd)
Set the
Md value. |
void |
setVersion(int newVersion)
Set the
Version value. |
public final int getVersion()
Version value.int valuepublic final void setVersion(int newVersion)
Version value.newVersion - The new Version value.public final PKCS7 getContents()
Contents value.PKCS7 valuepublic final void setContents(PKCS7 newContents)
Contents value.newContents - The new Contents value.public final org.bouncycastle.asn1.x509.AlgorithmIdentifier getMd()
Md value.AlgorithmIdentifier valuepublic final void setMd(org.bouncycastle.asn1.x509.AlgorithmIdentifier newMd)
Md value.newMd - The new Md value.public final org.bouncycastle.asn1.ASN1OctetString getDigest()
Digest value.ASN1OctetString valuepublic final void setDigest(org.bouncycastle.asn1.ASN1OctetString newDigest)
Digest value.newDigest - The new Digest value.Copyright © 2002-2009 JRuby Team. All Rights Reserved.