Interface SignedInput<T>
-
- All Known Implementing Classes:
MultipartSignedInputImpl
public interface SignedInput<T>- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetEntity()<T2> T2getEntity(Class<T2> type)ObjectgetEntity(javax.ws.rs.core.GenericType type)booleanverify()booleanverify(X509Certificate certificate)booleanverify(PublicKey publicKey)
-