org.apache.cxf.rs.security.jose.jwe
Class AesCbcHmacJweEncryption.MacState

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.AesCbcHmacJweEncryption.MacState
Enclosing class:
AesCbcHmacJweEncryption

protected static class AesCbcHmacJweEncryption.MacState
extends Object


Field Summary
protected  Mac mac
           
 
Constructor Summary
protected AesCbcHmacJweEncryption.MacState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mac

protected Mac mac
Constructor Detail

AesCbcHmacJweEncryption.MacState

protected AesCbcHmacJweEncryption.MacState()


Apache CXF