org.eclipse.higgins.idas.common
Class AuthNDigestMaterials

java.lang.Object
  extended byorg.eclipse.higgins.idas.common.AuthNDigestMaterials
All Implemented Interfaces:
org.eclipse.higgins.idas.api.IAuthNAttributesMaterials, org.eclipse.higgins.idas.api.IHasAttributes
Direct Known Subclasses:
AuthNSelfIssuedMaterials, AuthNX509CertificateMaterials

public abstract class AuthNDigestMaterials
extends Object
implements org.eclipse.higgins.idas.api.IAuthNAttributesMaterials


Constructor Summary
AuthNDigestMaterials()
           
 
Method Summary
abstract  byte[] getSHA1Digest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.idas.api.IAuthNAttributesMaterials
getManagedAttr, getManagedAttrID
 
Methods inherited from interface org.eclipse.higgins.idas.api.IHasAttributes
addAttribute, addAttribute, equals, getAttribute, getAttributes, getSingleValuedAttribute, removeAttribute, removeAttributeValue, removeAttributeValue
 

Constructor Detail

AuthNDigestMaterials

public AuthNDigestMaterials()
Method Detail

getSHA1Digest

public abstract byte[] getSHA1Digest()
                              throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException