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