org.ow2.jonas.lib.security.auth
Class JSigned

java.lang.Object
  extended by org.ow2.jonas.lib.security.auth.JGroup
      extended by org.ow2.jonas.lib.security.auth.JSigned
All Implemented Interfaces:
Serializable, Group, Principal

public class JSigned
extends JGroup

Class used to store a signature.

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
JSigned(byte[] signature)
          Default constructor.
 
Method Summary
 byte[] getSignature()
          Gets the signature.
 
Methods inherited from class org.ow2.jonas.lib.security.auth.JGroup
addMember, equals, getName, hashCode, isMember, members, removeMember, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSigned

public JSigned(byte[] signature)
Default constructor.

Parameters:
signature - the given array of bytes.
Method Detail

getSignature

public byte[] getSignature()
Gets the signature.

Returns:
array of bytes


Copyright © 2010 OW2 Consortium. All Rights Reserved.