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