Lines Matching refs:KeySelector
45 * This is a class which supplies several KeySelector implementations
50 * KeySelector which would always return the secret key specified in its
53 static class SecretKeySelector extends KeySelector {
63 KeySelector.Purpose purpose,
88 * KeySelector which would retrieve the X509Certificate out of the
93 static class RawX509KeySelector extends KeySelector {
96 KeySelector.Purpose purpose,
123 if ((purpose != KeySelector.Purpose.VERIFY) &&
140 * KeySelector which would retrieve the public key out of the
145 static class KeyValueKeySelector extends KeySelector {
147 KeySelector.Purpose purpose,
196 * KeySelector which would perform special lookup as documented
200 static class CollectionKeySelector extends KeySelector {
277 KeySelector.Purpose purpose,