public interface SignedInput<T>
Modifier and Type | Method and Description |
---|---|
T |
getEntity() |
<T2> T2 |
getEntity(Class<T2> type) |
Object |
getEntity(javax.ws.rs.core.GenericType type) |
boolean |
verify() |
boolean |
verify(PublicKey publicKey) |
boolean |
verify(X509Certificate certificate) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.