Class SAMLObjectEncrypter.Peer

  • Enclosing class:
    SAMLObjectEncrypter

    public static class SAMLObjectEncrypter.Peer
    extends Object
    Represents the peer when performing encryption.
    • Constructor Detail

      • Peer

        public Peer​(String entityID)
        Constructor setting the entityID of the peer.
        Parameters:
        entityID - peer entityID
      • Peer

        public Peer​(EntityDescriptor metadata)
        Constructor setting the peer metadata.
        Parameters:
        metadata - peer metadata
    • Method Detail

      • getEntityID

        public String getEntityID()
        Gets the peer entityID.
        Returns:
        the peer entityID
      • getMetadata

        public EntityDescriptor getMetadata()
        Gets the peer metadata.
        Returns:
        the peer metadata