Class SessionContext


  • public class SessionContext
    extends java.lang.Object
    • Constructor Detail

      • SessionContext

        public SessionContext()
    • Method Detail

      • isSigningRequired

        public boolean isSigningRequired()
      • setSigningRequired

        public void setSigningRequired​(boolean signingRequired)
      • isEncryptData

        public boolean isEncryptData()
      • setEncryptData

        public void setEncryptData​(boolean encryptData)
      • isAnonymous

        public boolean isAnonymous()
      • isGuest

        public boolean isGuest()
      • setSessionKey

        public void setSessionKey​(javax.crypto.spec.SecretKeySpec sessionKey)
      • setPreauthIntegrityHashValue

        public void setPreauthIntegrityHashValue​(byte[] preauthIntegrityHashValue)
      • getPreauthIntegrityHashValue

        public byte[] getPreauthIntegrityHashValue()
      • getSessionKey

        public javax.crypto.SecretKey getSessionKey()
      • getSigningKey

        public javax.crypto.SecretKey getSigningKey()
      • getDecryptionKey

        public javax.crypto.SecretKey getDecryptionKey()
      • getEncryptionKey

        public javax.crypto.SecretKey getEncryptionKey()
      • getApplicationKey

        public javax.crypto.SecretKey getApplicationKey()
      • setEncryptionKey

        public void setEncryptionKey​(javax.crypto.SecretKey encryptionKey)
      • setDecryptionKey

        public void setDecryptionKey​(javax.crypto.SecretKey decryptionKey)
      • setSigningKey

        public void setSigningKey​(javax.crypto.SecretKey signingKey)
      • setApplicationKey

        public void setApplicationKey​(javax.crypto.SecretKey applicationKey)