This project has retired. For details please refer to its Attic page.
SymmetricKeyImpl (Apache Oltu - JOSE 2-SNAPSHOT API)

org.apache.oltu.jose.jws.signature.impl
Class SymmetricKeyImpl

java.lang.Object
  extended by org.apache.oltu.jose.jws.signature.impl.SymmetricKeyImpl
All Implemented Interfaces:
SigningKey, SymmetricKey, VerifyingKey

public class SymmetricKeyImpl
extends Object
implements SymmetricKey

Symmetric key implementation used for both sign and verify operations.


Constructor Summary
SymmetricKeyImpl(byte[] key)
           
 
Method Summary
 byte[] getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymmetricKeyImpl

public SymmetricKeyImpl(byte[] key)
Method Detail

getKey

public byte[] getKey()


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