kz.gamma.asn1.ess
Class OtherSigningCertificate

java.lang.Object
  extended by kz.gamma.asn1.ASN1Encodable
      extended by kz.gamma.asn1.ess.OtherSigningCertificate
All Implemented Interfaces:
kz.gamma.asn1.DEREncodable

public class OtherSigningCertificate
extends kz.gamma.asn1.ASN1Encodable


Field Summary
(package private)  kz.gamma.asn1.ASN1Sequence certs
           
(package private)  kz.gamma.asn1.ASN1Sequence policies
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
OtherSigningCertificate(kz.gamma.asn1.ASN1Sequence seq)
          constructeurs
OtherSigningCertificate(OtherCertID otherCertID)
           
 
Method Summary
 OtherCertID[] getCerts()
           
static OtherSigningCertificate getInstance(java.lang.Object o)
           
 kz.gamma.asn1.x509.PolicyInformation[] getPolicies()
           
 kz.gamma.asn1.DERObject toASN1Object()
          The definition of OtherSigningCertificate is OtherSigningCertificate ::= SEQUENCE { certs SEQUENCE OF OtherCertID, policies SEQUENCE OF PolicyInformation OPTIONAL } id-aa-ets-otherSigCert OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) id-aa(2) 19 }
 
Methods inherited from class kz.gamma.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

certs

kz.gamma.asn1.ASN1Sequence certs

policies

kz.gamma.asn1.ASN1Sequence policies
Constructor Detail

OtherSigningCertificate

public OtherSigningCertificate(kz.gamma.asn1.ASN1Sequence seq)
constructeurs


OtherSigningCertificate

public OtherSigningCertificate(OtherCertID otherCertID)
Method Detail

getInstance

public static OtherSigningCertificate getInstance(java.lang.Object o)

getCerts

public OtherCertID[] getCerts()

getPolicies

public kz.gamma.asn1.x509.PolicyInformation[] getPolicies()

toASN1Object

public kz.gamma.asn1.DERObject toASN1Object()
The definition of OtherSigningCertificate is
 OtherSigningCertificate ::=  SEQUENCE {
      certs        SEQUENCE OF OtherCertID,
      policies     SEQUENCE OF PolicyInformation OPTIONAL
 }
 
id-aa-ets-otherSigCert OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) id-aa(2) 19 }

Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.