Package org.apache.harmony.security.x501
Class AttributeValue
java.lang.Object
org.apache.harmony.security.x501.AttributeValue
public final class AttributeValue extends Object
X.501 Attribute Value
-
Field Summary
Fields Modifier and Type Field Description byte[]bytesbyte[]encodedStringescapedStringbooleanhasQEStringrawStringbooleanwasEncoded -
Constructor Summary
Constructors Constructor Description AttributeValue(String parsedString, boolean hasQorE, ObjectIdentifier oid)AttributeValue(String hexString, byte[] encoded)AttributeValue(String rawString, byte[] encoded, int tag) -
Method Summary
Modifier and Type Method Description voidappendQEString(StringBuilder sb)StringgetHexString()intgetTag()Collection<?>getValues(ASN1Type type)StringmakeCanonical()
-
Field Details
-
wasEncoded
public boolean wasEncoded -
escapedString
-
encoded
public byte[] encoded -
bytes
public byte[] bytes -
hasQE
public boolean hasQE -
rawString
-
-
Constructor Details
-
AttributeValue
-
AttributeValue
-
AttributeValue
-
-
Method Details
-
getTag
public int getTag() -
getHexString
-
getValues
- Throws:
IOException
-
appendQEString
-
makeCanonical
-