All Classes and Interfaces

Class
Description
The Authorization manages the authorization of users.
An implementation of Authorization that supports "basic" authentication.
A Credential is effectively a wrapper around a PrivateKey
Return the collection of Credentials available to the Server
The KeyAuthorization manages the unlocking strategey for keys.
A KeyStoreSpi that simply wraps the keys supplied by one or more Server object
An AuthProvider that wraps one or more Server objects
A SignatureSpi that defers the signing process to the Server object
A standalone OAuth2 authorization class with no external dependencies that supports "authorization", "refresh", "device", "client credentials" flows.
The interface required for an OAuth2 "authorization" flow that requires a callback from the server
An implementation of OAuth2.RedirectURLHandler.
An OAuth2 Authorization that proxies the authorization to another server, then verifies the returned token has the appropriate scope.
A simple Online OTP KeyAuthorization which could be used as the basis for a useful implementation just by overriding the "notify" method.
A Server represents a network-based signature provider.
The Server is the core class for the NetKeyStore Server package, representing a standalone webserver that presents as a Cloud Signture Consortium RSSP
A helper class representing SignatureAlgorithm, with OID, zero or more friendly names and some other helper methods.