Class RegisteredServicePublicKeyImpl

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.services.RegisteredServicePublicKey

    public class RegisteredServicePublicKeyImpl
    extends java.lang.Object
    implements org.apereo.cas.services.RegisteredServicePublicKey
    Represents a public key for a CAS registered service.
    Since:
    4.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RegisteredServicePublicKeyImpl​(java.lang.String location, java.lang.String algorithm)
      Instantiates a new Registered service public key impl.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.PublicKey createInstance()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.services.RegisteredServicePublicKey

        getAlgorithm, getLocation
    • Constructor Detail

      • RegisteredServicePublicKeyImpl

        public RegisteredServicePublicKeyImpl​(java.lang.String location,
                                              java.lang.String algorithm)
        Instantiates a new Registered service public key impl.
        Parameters:
        location - the location
        algorithm - the algorithm
    • Method Detail

      • createInstance

        public java.security.PublicKey createInstance()
        Specified by:
        createInstance in interface org.apereo.cas.services.RegisteredServicePublicKey