Class PemKeySource

  • All Implemented Interfaces:
    KeySource

    public class PemKeySource
    extends java.lang.Object
    implements KeySource
    • Constructor Summary

      Constructors 
      Constructor Description
      PemKeySource​(java.lang.String kid, java.lang.String alg, java.net.URI pemKeyLocation, java.lang.String requiredIssuer)  
    • Constructor Detail

      • PemKeySource

        public PemKeySource​(java.lang.String kid,
                            java.lang.String alg,
                            java.net.URI pemKeyLocation,
                            java.lang.String requiredIssuer)
    • Method Detail

      • loadKeysFromSource

        public java.util.List<LoadedPublicKey> loadKeysFromSource()
        Description copied from interface: KeySource
        Loads the keys provided by this source.
        Specified by:
        loadKeysFromSource in interface KeySource
        Returns:
        All keys that this source provides.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object