Class SymmetricKeyImpl
- java.lang.Object
-
- org.apache.oltu.jose.jws.signature.impl.SymmetricKeyImpl
-
- All Implemented Interfaces:
SigningKey
,SymmetricKey
,VerifyingKey
public class SymmetricKeyImpl extends java.lang.Object implements SymmetricKey
Symmetric key implementation used for both sign and verify operations.
-
-
Constructor Summary
Constructors Constructor Description SymmetricKeyImpl(byte[] key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getKey()
-