Package org.n52.security.common.crypto

Interface Summary
KeyPair Class KeyPair encapsulates the concept of a private-public-keypair.
KeyPairProvider Interface KeyPairProvider encapsulates typical resolving methods of cryptographic keys.
 

Class Summary
DefaultKeyPair Class DefaultKeyPair is a bean (vo) style implementation of a KeyPair and can be used by different KeyPairProviders.
DigestUtil Class DigestUtil contains some convenient utility methods related to MessageDigest tasks.
KeystoreKeyPairProvider Class KeystoreKeyPairProvider implements a KeyPairProvider working on a java keystore.
KeystoreKeyPairProviderBeanFactory Class KeystoreKeyPairProviderBeanFactory constructs a KeystoreKeyPairProvider from it's properties.
X509NameTokenizer class for breaking up an X500 Name into it's component tokens, ala java.util.StringTokenizer.
 

Exception Summary
KeyPairResolvingException Class KeyPairResolvingException is throw if a key can not be resolved.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.