|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object iaik.asn1.structures.AttributeValue iaik.smime.ess.ESSAttributeValue
public abstract class ESSAttributeValue
Groups all ESS Attribute implementations.
Constructor Summary | |
---|---|
ESSAttributeValue()
|
Method Summary | |
---|---|
abstract boolean |
equals(java.lang.Object obj)
Compares this ESSAttributeValue to the specified object. |
int |
hashCode()
Returns a hashcode for this ESSAttributeValue . |
boolean |
multipleAllowed()
Returns false since multiple AttributeValues
are NOT allowed in the SET OF AttributeValue for all attribute values
specified by ESS (RFC 2634). |
Methods inherited from class iaik.asn1.structures.AttributeValue |
---|
getAttributeType, getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface iaik.asn1.ASN1Type |
---|
decode, toASN1Object |
Constructor Detail |
---|
public ESSAttributeValue()
Method Detail |
---|
public abstract boolean equals(java.lang.Object obj)
ESSAttributeValue
to the specified object.
equals
in class java.lang.Object
obj
- the object to compare this ESSAttributeValue
against.
true
, if the given object is equal to this
ESSAttributeValue
,
false
otherwisepublic int hashCode()
ESSAttributeValue
.
hashCode
in class java.lang.Object
public boolean multipleAllowed()
false
since multiple AttributeValues
are NOT allowed in the SET OF AttributeValue for all attribute values
specified by ESS (RFC 2634).
multipleAllowed
in class AttributeValue
false
since only one attribute value is allowed
|
This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note). | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |