Package org.bouncycastle.jsse
Class BCSNIMatcher
- java.lang.Object
-
- org.bouncycastle.jsse.BCSNIMatcher
-
public abstract class BCSNIMatcher extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BCSNIMatcher(int nameType)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
getType()
abstract boolean
matches(BCSNIServerName serverName)
-
-
-
Method Detail
-
getType
public final int getType()
-
matches
public abstract boolean matches(BCSNIServerName serverName)
-
-