Java org.bouncycastle.util IPAddress fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.util IPAddress fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.util IPAddress.

The text is from its open source code.

Method

booleanisValid(String address)
Validate the given IPv4 or IPv6 address.
booleanisValidIPv4(String address)
Validate the given IPv4 address.
booleanisValidWithNetMask(String address)
Validate the given IPv4 or IPv6 address and netmask.