public class DERSet extends ASN1Set
BER, DERAPPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SEQUENCE_OF, SET, SET_OF, T61_STRING, TAGGED, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, VIDEOTEX_STRING, VISIBLE_STRING| Constructor and Description |
|---|
DERSet()
create an empty set
|
DERSet(ASN1Encodable[] a)
create a set from an array of objects.
|
DERSet(DEREncodable obj) |
DERSet(DEREncodableVector v) |
DERSet(DEREncodableVector v,
boolean needsSorting) |
DERSet(java.util.List<DEREncodable> v,
boolean needsSorting) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
encode(DEROutputStream out) |
addObject, asn1Equals, getInstance, getInstance, getObjectAt, getObjects, hashCode, parser, size, sort, toStringequals, fromByteArraytoASN1ObjectgetDEREncoded, getDERObject, getEncoded, getEncodedpublic DERSet()
public DERSet(DEREncodable obj)
obj - - a single object that makes up the set.public DERSet(DEREncodableVector v)
v - - a vector of objects making up the set.public DERSet(java.util.List<DEREncodable> v, boolean needsSorting)
v - - a vector of objects making up the set.needsSorting - Необходимость сортировки объектовpublic DERSet(ASN1Encodable[] a)
a - Массив объектовDERSet(DEREncodableVector v, boolean needsSorting)
v - A vector of objects making up the set.needsSorting - Необходимость сортировки объектовvoid encode(DEROutputStream out) throws java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.