|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchapter9.SignedDataProcessor
public class SignedDataProcessor
Base class for signed examples.
Constructor Summary | |
---|---|
SignedDataProcessor()
|
Method Summary | |
---|---|
static boolean |
isValid(org.bouncycastle.cms.CMSSignedData signedData,
java.security.cert.X509Certificate rootCert)
Take a CMS SignedData message and a trust anchor and determine if the message is signed with a valid signature from a end entity entity certificate recognized by the trust anchor rootCert. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignedDataProcessor()
Method Detail |
---|
public static boolean isValid(org.bouncycastle.cms.CMSSignedData signedData, java.security.cert.X509Certificate rootCert) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |