net.stepniak.api.auth
Class KeyStore

java.lang.Object
  extended by net.stepniak.api.auth.KeyStore

@Component
public class KeyStore
extends Object


Constructor Summary
KeyStore()
           
KeyStore(KeyRepository keyStorage)
           
 
Method Summary
 KeyEntity create()
           
 KeyEntity find(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStore

public KeyStore()

KeyStore

@Autowired
public KeyStore(KeyRepository keyStorage)
Method Detail

create

@Transactional
public KeyEntity create()
                 throws NoSuchAlgorithmException
Throws:
NoSuchAlgorithmException

find

public KeyEntity find(String id)


Copyright © 2013. All Rights Reserved.