Uses of Class
edu.internet2.middleware.shibboleth.common.util.DataSealerException

Packages that use DataSealerException
edu.internet2.middleware.shibboleth.common.util   
 

Uses of DataSealerException in edu.internet2.middleware.shibboleth.common.util
 

Subclasses of DataSealerException in edu.internet2.middleware.shibboleth.common.util
 class DataExpiredException
          Indicates the sealed data has expired.
 

Methods in edu.internet2.middleware.shibboleth.common.util that throw DataSealerException
 void DataSealer.init()
          Initialization method used after setting all relevant bean properties.
 String DataSealer.unwrap(String wrapped)
          Decrypts and verifies an encrypted bundle of MAC'd data, and returns it.
 String DataSealer.wrap(String data, long exp)
          Encodes data into a cryptographic blob: [IV][HMAC][exp][data] where: [IV] = the Initialization Vector; byte-array [HMAC] = the HMAC; byte array [exp] = expiration time of the data; 8 bytes; Big-endian [data] = the principal; a UTF-8-encoded string The bytes are then GZIP'd.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.