org.mule.tck.security
Class MockKeyFactory

java.lang.Object
  extended by org.mule.tck.security.Named
      extended by org.mule.tck.security.MockKeyFactory
All Implemented Interfaces:
SecretKeyFactory

public class MockKeyFactory
extends Named
implements SecretKeyFactory

Empty mock for tests


Constructor Summary
MockKeyFactory()
           
 
Method Summary
 byte[] getKey()
           
 
Methods inherited from class org.mule.tck.security.Named
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockKeyFactory

public MockKeyFactory()
Method Detail

getKey

public byte[] getKey()
Specified by:
getKey in interface SecretKeyFactory


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.