org.qi4j.library.shiro.domain.securehash
Class SecureHashFactory.Mixin

java.lang.Object
  extended by org.qi4j.library.shiro.domain.securehash.SecureHashFactory.Mixin
All Implemented Interfaces:
Composite, Identity, ServiceComposite, SecureHashFactory
Enclosing interface:
SecureHashFactory

public abstract static class SecureHashFactory.Mixin
extends Object
implements SecureHashFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.shiro.domain.securehash.SecureHashFactory
SecureHashFactory.Mixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
SecureHashFactory.Mixin()
           
 
Method Summary
 SecureHash create(char[] secret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Constructor Detail

SecureHashFactory.Mixin

public SecureHashFactory.Mixin()
Method Detail

create

public SecureHash create(char[] secret)
Specified by:
create in interface SecureHashFactory