| |
|
| java.lang.Object org.apache.harmony.security.x509.GeneralSubtrees
GeneralSubtrees | public class GeneralSubtrees (Code) | | The class encapsulates the ASN.1 DER encoding/decoding work
with the GeneralSubtrees structure which is a part of X.509 certificate:
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
Certificate and Certificate Revocation List (CRL) Profile.
http://www.ietf.org/rfc/rfc3280.txt):
GeneralSubtrees ::= SEQUENCE SIZE (1..MAX) OF GeneralSubtree
See Also: org.apache.harmony.security.x509.NameConstraints See Also: org.apache.harmony.security.x509.GeneralSubtree |
Field Summary | |
final public static ASN1Type | ASN1 ASN.1 DER X.509 GeneralSubtrees encoder/decoder class. |
ASN1 | final public static ASN1Type ASN1(Code) | | ASN.1 DER X.509 GeneralSubtrees encoder/decoder class.
|
GeneralSubtrees | public GeneralSubtrees()(Code) | | Constructs an object representing the value of GeneralSubtrees.
|
GeneralSubtrees | public GeneralSubtrees(List generalSubtrees)(Code) | | TODO
generalSubtrees: List |
getEncoded | public byte[] getEncoded()(Code) | | Returns ASN.1 encoded form of this X.509 AlgorithmIdentifier value.
a byte array containing ASN.1 encode form. |
getSubtrees | public List getSubtrees()(Code) | | Returns the list of values of subtrees.
subtrees |
|
|
|