Package org.intermine.web.security
-
Interface Summary Interface Description KeyDecoder Classes that can decode public keys from strings.PublicKeySource An object that can provide public keys by name, or all known keys, or a subset of keys. -
Class Summary Class Description Base64PublicKeyDecoder A public key decoder that reads public keys encoded as base64 strings.KeySigner Issue certificates for keys we trust.KeyStoreBuilder Build a key store from some options and possibly a keystore file.KeyStorePublicKeySource A public key store that reads keys from a key store. -
Exception Summary Exception Description DecodingException The error that indicates we cannot decode something.KeySourceException Errors encountered when using a PublicKeySource