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

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

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

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

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

Classes in org.apache.oltu.jose.jws.signature.impl that implement SignatureMethod
 class SignatureMethodsHMAC256Impl
           
 



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