This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.oltu.jose.jws.signature.VerifyingKey (Apache Oltu - JOSE 2-SNAPSHOT API)

Uses of Interface
org.apache.oltu.jose.jws.signature.VerifyingKey

Packages that use VerifyingKey
org.apache.oltu.jose.jws   
org.apache.oltu.jose.jws.signature   
org.apache.oltu.jose.jws.signature.impl   
 

Uses of VerifyingKey in org.apache.oltu.jose.jws
 

Methods in org.apache.oltu.jose.jws with type parameters of type VerifyingKey
<SK extends SigningKey,VK extends VerifyingKey>
boolean
JWS.acceptAlgorithm(SignatureMethod<SK,VK> method)
           
<SK extends SigningKey,VK extends VerifyingKey>
JWS.Builder
JWS.Builder.sign(SignatureMethod<SK,VK> method, SK signingKey)
           
<SK extends SigningKey,VK extends VerifyingKey>
boolean
JWS.validate(SignatureMethod<SK,VK> method, VK verifyingKey)
           
 

Uses of VerifyingKey in org.apache.oltu.jose.jws.signature
 

Classes in org.apache.oltu.jose.jws.signature with type parameters of type VerifyingKey
 interface SignatureMethod<S extends SigningKey,V extends VerifyingKey>
          Common definition of OAuth signature method algorithm.
 

Subinterfaces of VerifyingKey in org.apache.oltu.jose.jws.signature
 interface SymmetricKey
          A key that marks can be used for both sign and verify operations.
 

Uses of VerifyingKey in org.apache.oltu.jose.jws.signature.impl
 

Classes in org.apache.oltu.jose.jws.signature.impl that implement VerifyingKey
 class SymmetricKeyImpl
          Symmetric key implementation used for both sign and verify operations.
 



Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.