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

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

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

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

Methods in org.apache.oltu.jose.jws with type parameters of type SigningKey
<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 SigningKey in org.apache.oltu.jose.jws.signature
 

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

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

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

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



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