|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cert.cmp.GeneralPKIMessage
public class GeneralPKIMessage
General wrapper for a generic PKIMessage
| Constructor Summary | |
|---|---|
GeneralPKIMessage(byte[] encoding)
Create a PKIMessage from the passed in bytes. |
|
GeneralPKIMessage(org.bouncycastle.asn1.cmp.PKIMessage pkiMessage)
Wrap a PKIMessage ASN.1 structure. |
|
| Method Summary | |
|---|---|
org.bouncycastle.asn1.cmp.PKIBody |
getBody()
|
org.bouncycastle.asn1.cmp.PKIHeader |
getHeader()
|
boolean |
hasProtection()
Return true if this message has protection bits on it. |
org.bouncycastle.asn1.cmp.PKIMessage |
toASN1Structure()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneralPKIMessage(byte[] encoding)
throws java.io.IOException
encoding - BER/DER encoding of the PKIMessage
java.io.IOException - in the event of corrupted data, or an incorrect structure.public GeneralPKIMessage(org.bouncycastle.asn1.cmp.PKIMessage pkiMessage)
pkiMessage - base PKI message.| Method Detail |
|---|
public org.bouncycastle.asn1.cmp.PKIHeader getHeader()
public org.bouncycastle.asn1.cmp.PKIBody getBody()
public boolean hasProtection()
public org.bouncycastle.asn1.cmp.PKIMessage toASN1Structure()
|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||