Class SAMLObjectEncrypter.Peer
java.lang.Object
se.swedenconnect.opensaml.xmlsec.encryption.support.SAMLObjectEncrypter.Peer
- Enclosing class:
- SAMLObjectEncrypter
Represents the peer when performing encryption.
-
Constructor Summary
ConstructorDescriptionConstructor setting the entityID of the peer.Peer
(EntityDescriptor metadata) Constructor setting the peer metadata. -
Method Summary
Modifier and TypeMethodDescriptionGets the peer entityID.Gets the peer metadata.
-
Constructor Details
-
Peer
Constructor setting the entityID of the peer.- Parameters:
entityID
- peer entityID
-
Peer
Constructor setting the peer metadata.- Parameters:
metadata
- peer metadata
-
-
Method Details
-
getEntityID
Gets the peer entityID.- Returns:
- the peer entityID
-
getMetadata
Gets the peer metadata.- Returns:
- the peer metadata
-