Home | History | Annotate | Download | only in x509

Lines Matching refs:encoding

34  * The class encapsulates the ASN.1 DER encoding/decoding work
62 private byte[] encoding;
70 public PolicyConstraints(byte[] encoding) throws IOException {
71 super(encoding);
72 PolicyConstraints pc = (PolicyConstraints) ASN1.decode(encoding);
78 BigInteger inhibitPolicyMapping, byte[] encoding) {
80 this.encoding = encoding;
87 if (encoding == null) {
88 encoding = ASN1.encode(this);
90 return encoding;