com.sun.identity.saml2.assertion
インタフェース EncryptedAttribute

すべてのスーパーインタフェース:
EncryptedElement

public interface EncryptedAttribute
extends EncryptedElement

The EncryptedAttribute element represents a SAML attribute in encrypted fashion. It's of type EncryptedElementType.

 <element name="EncryptedAttribute" 
 type="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedElementType"/>
 


メソッドの概要
 Attribute decrypt(Key recipientPrivateKey)
          Returns an instance of Attribute object.
 
インタフェース com.sun.identity.saml2.assertion.EncryptedElement から継承されたメソッド
toXMLString, toXMLString
 

メソッドの詳細

decrypt

Attribute decrypt(Key recipientPrivateKey)
                  throws SAML2Exception
Returns an instance of Attribute object.

パラメータ:
recipientPrivateKey - Private key of the recipient used to decrypt the secret key
戻り値:
Attribute object.
例外:
SAML2Exception - if error occurs.