Beispiel #1
0
 /**
  * Encode the RFC822 name into the DerOutputStream.
  *
  * @param out the DER stream to encode the RFC822Name to.
  * @exception IOException on encoding errors.
  */
 public void encode(DerOutputStream out) throws IOException {
   out.putIA5String(name);
 }