public interface EnvelopedInput<T>
Modifier and Type | Method and Description |
---|---|
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) |
T getEntity()
T getEntity(PrivateKey key, X509Certificate cert)
<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)
Copyright © 2015 JBoss by Red Hat. All rights reserved.