Class SAMLObjectEncrypter.Peer

java.lang.Object
se.swedenconnect.opensaml.xmlsec.encryption.support.SAMLObjectEncrypter.Peer
Enclosing class:
SAMLObjectEncrypter

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

    Constructors
    Constructor
    Description
    Peer(String entityID)
    Constructor setting the entityID of the peer.
    Peer(org.opensaml.saml.saml2.metadata.EntityDescriptor metadata)
    Constructor setting the peer metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the peer entityID.
    org.opensaml.saml.saml2.metadata.EntityDescriptor
    Gets the peer metadata.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Peer

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

      public Peer(org.opensaml.saml.saml2.metadata.EntityDescriptor metadata)
      Constructor setting the peer metadata.
      Parameters:
      metadata - peer metadata
  • Method Details

    • getEntityID

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

      public org.opensaml.saml.saml2.metadata.EntityDescriptor getMetadata()
      Gets the peer metadata.
      Returns:
      the peer metadata