List of usage examples for org.bouncycastle.asn1.x509 GeneralName iPAddress
int iPAddress
To view the source code for org.bouncycastle.asn1.x509 GeneralName iPAddress.
Click Source Link
From source file:org.xwiki.crypto.pkix.params.x509certificate.extension.X509IpAddress.java
License:Open Source License
@Override public GeneralName getGeneralName() { return new GeneralName(GeneralName.iPAddress, new DEROctetString(this.ipAddress)); }