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

All Known Implementing Classes:
EnvelopedInputImpl

public interface EnvelopedInput<T>

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 T getEntity()
           
<T2> T2
getEntity(Class<T2> type)
           
<T2> T2
getEntity(Class<T2> type, PrivateKey key, X509Certificate cert)
           
 Object getEntity(GenericType type)
           
 Object getEntity(GenericType type, PrivateKey key, X509Certificate cert)
           
 T getEntity(PrivateKey key, X509Certificate cert)
           
 

Method Detail

getEntity

T getEntity()

getEntity

T getEntity(PrivateKey key,
            X509Certificate cert)

getEntity

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

getEntity

<T2> T2 getEntity(Class<T2> type,
                  PrivateKey key,
                  X509Certificate cert)

getEntity

Object getEntity(GenericType type)

getEntity

Object getEntity(GenericType type,
                 PrivateKey key,
                 X509Certificate cert)


Copyright © 2012. All Rights Reserved.