Package | Description |
---|---|
org.alfresco.jlan.server.auth.asn |
Modifier and Type | Class and Description |
---|---|
class |
DERApplicationSpecific
DER Application Specific Class
|
class |
DERBitString
DER Bit String Class
|
class |
DERBoolean
DER Boolean Class
|
class |
DEREnumerated
DER Enumerated Class
|
class |
DERGeneralizedTime
DER Generalized Time Class
|
class |
DERGeneralString
DER General String Class
|
class |
DERInteger
DER Integer Class
|
class |
DEROctetString
DER Octet String Class
|
class |
DEROid
DER Object Identifier Class
|
class |
DERSequence
DER Sequence Class
|
Modifier and Type | Method and Description |
---|---|
DERObject |
DERSequence.getObjectAt(int idx)
Return an object from the sequence
|
DERObject |
DERSequence.getTaggedObject(int tagNo)
Find a tagged object within the list
|
DERObject |
DERBuffer.unpackApplicationSpecific()
Unpack an application specific object
|
DERObject |
DERBuffer.unpackObject()
Unpack an object from the buffer
|
Modifier and Type | Method and Description |
---|---|
Iterator<DERObject> |
DERSequence.getObjects()
Enumerate the list
|
Modifier and Type | Method and Description |
---|---|
void |
DERSequence.addObject(DERObject derObj)
Add an object to the sequence
|
void |
DERBuffer.packApplicationSpecific(DERObject derObj)
Pack an application specific object
|
void |
DERBuffer.packApplicationSpecific(int tagId,
DERObject derObj)
Pack an application specific object
|
void |
DERBuffer.packObject(DERObject derObj)
Pack an object
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.