org.jboss.resteasy.security.smime
Interface SignedInput<T>

All Known Implementing Classes:
SignedInputImpl

public interface SignedInput<T>

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 T getEntity()
           
<T2> T2
getEntity(Class<T2> type)
           
 Object getEntity(GenericType type)
           
 boolean verify()
           
 boolean verify(PublicKey publicKey)
           
 boolean verify(X509Certificate certificate)
           
 

Method Detail

getEntity

T getEntity()

getEntity

<T2> T2 getEntity(Class<T2> type)

getEntity

Object getEntity(GenericType type)

verify

boolean verify()
               throws Exception
Throws:
Exception

verify

boolean verify(X509Certificate certificate)
               throws Exception
Throws:
Exception

verify

boolean verify(PublicKey publicKey)
               throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.