isAssertionEncryptionRequired() 공개 메소드

예제 #1
0
파일: Decrypter.php 프로젝트: SysBind/saml2
 /**
  * Allows for checking whether either the SP or the IdP requires assertion encryption
  */
 public function isEncryptionRequired()
 {
     return $this->identityProvider->isAssertionEncryptionRequired() || $this->serviceProvider->isAssertionEncryptionRequired();
 }