toDERHex method

String toDERHex()

toDERHex equals to toASN1Hex

Implementation

String toDERHex() {
  return toASN1Hex();
}