public interface SignedInput<T>
T
getEntity()
<T2> T2
getEntity(Class<T2> type)
Object
getEntity(GenericType type)
boolean
verify()
verify(PublicKey publicKey)
verify(X509Certificate certificate)
T getEntity()
<T2> T2 getEntity(Class<T2> type)
Object getEntity(GenericType type)
boolean verify() throws Exception
Exception
boolean verify(X509Certificate certificate) throws Exception
boolean verify(PublicKey publicKey) throws Exception
Copyright © 2015 JBoss by Red Hat. All rights reserved.