org.objectweb.jonas.security.auth
Class JSigned
java.lang.Object
org.objectweb.jonas.security.auth.JGroup
org.objectweb.jonas.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. |
JSigned
public JSigned(byte[] signature)
- Default constructor.
- Parameters:
signature
- the given array of bytes.
getSignature
public byte[] getSignature()
- Gets the signature.
- Returns:
- array of bytes
Copyright © 2007 OW2 Consortium. All Rights Reserved.